File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
continuous_integration/docker Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8787
8888 - name : Run Python tests
8989 run : |
90- pytest -v tests/ -k 'not kubernetes'
90+ pytest -vx tests/ -k 'not kubernetes'
9191
9292 - name : Install Go test requirements
9393 run : |
@@ -215,7 +215,7 @@ jobs:
215215 run : |
216216 TEST_DASK_GATEWAY_KUBE=true \
217217 TEST_DASK_GATEWAY_KUBE_ADDRESS=http://localhost:30200/services/dask-gateway/ \
218- pytest -v tests/kubernetes
218+ pytest -vx tests/kubernetes
219219
220220 # ref: https://github.com/jupyterhub/action-k8s-namespace-report
221221 - name : Kubernetes namespace report
Original file line number Diff line number Diff line change 22set -xe
33
44cd /working
5- pytest -v \
5+ pytest -vx \
66 tests/test_yarn_backend.py \
77 tests/test_auth.py \
88 -k " yarn or kerberos"
Original file line number Diff line number Diff line change 22set -xe
33
44cd /working
5- pytest -v tests/test_pbs_backend.py
5+ pytest -vx tests/test_pbs_backend.py
Original file line number Diff line number Diff line change 22set -xe
33
44cd /working
5- pytest -v tests/test_slurm_backend.py
5+ pytest -vx tests/test_slurm_backend.py
You can’t perform that action at this time.
0 commit comments