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:
yuvipanda
2018-07-11 09:40:26 -07:00
parent 9479f3c6b9
commit 20f3116e58
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -1,2 +1 @@
pytest pytest
pytest-xdist