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:
|
||||
name: run unit tests
|
||||
command: |
|
||||
py.test -n 4 tests/
|
||||
py.test tests/
|
||||
|
||||
# Run full installer test
|
||||
- setup_remote_docker
|
||||
|
||||
Reference in New Issue
Block a user