diff --git a/tox.ini b/tox.ini index d7b2954..cf0f717 100644 --- a/tox.ini +++ b/tox.ini @@ -54,13 +54,11 @@ envdir={toxworkdir}/{envname} extras = examples deps = pytest>=7.3.1,<9.0.0 - pytest-xdist>=3.3.1 # multiprocessing - pytest-forked>=1.6.0 # isolation nbmake>=1.5.1 scipy>=1.11.1 seaborn>=0.12.2 commands = - pytest --ignore=examples/7-Extra-Simulation/ --numprocesses=auto --forked --nbmake examples # exclude long tests + pytest --nbmake examples --ignore=examples/7-Extra-Simulation/ # exclude long tests [testenv:docs] envdir =