mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Revert "Parallelize unit tests in CI with pytest-xdist"
conda tests don't like it, and I'm not going to try to
debug them right now.
This reverts commit 9479f3c6b9.
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: run unit tests
|
name: run unit tests
|
||||||
command: |
|
command: |
|
||||||
py.test -n 4 tests/
|
py.test tests/
|
||||||
|
|
||||||
# Run full installer test
|
# Run full installer test
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-xdist
|
|
||||||
|
|||||||
Reference in New Issue
Block a user