Skip to content

Commit ab9c165

Browse files
committed
Removing pytest-xdist -n auto
1 parent 9b6ff87 commit ab9c165

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ deps =
2525
pytest-cov
2626
pytest-randomly
2727
pytest-sugar
28-
pytest-xdist
2928
isort
3029
black
3130
numpy==1.26.4
3231
torch==2.6.0
3332
mypy
3433
types-setuptools
3534
commands =
36-
python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 . -n auto --doctest-glob="*.md" --doctest-glob="*.rst"
35+
python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 . --doctest-glob="*.md" --doctest-glob="*.rst"
3736
python -m black -l 80 . --check
3837
python -m isort --check-only axelrod/.
3938
python run_mypy.py

0 commit comments

Comments
 (0)