Skip to content

Commit

Permalink
Keep pytest-xdist but use n=1
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Apr 8, 2021
1 parent 0e48383 commit a3baab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ isolated_build = True
deps =
setuptools_scm
pytest-cov>=2.10.1
pytest-xdist[psutil]==2.1.0
pytest>=6.0.1
numpy
scipy>=1.2.0,<1.6.0
Expand All @@ -16,4 +17,4 @@ deps =
tqdm>=4.0.0
sklearn231: scikit-learn==0.23.1
sklearn232: scikit-learn==0.23.2
commands = pytest --pyargs groupyr --cov-report term-missing --cov-config .coveragerc --cov=groupyr {posargs}
commands = pytest --pyargs groupyr --cov-report term-missing --cov-config .coveragerc --cov=groupyr -n 1 {posargs}

0 comments on commit a3baab8

Please sign in to comment.