File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11flake8>=6.1.0
22tox>=4.10.0
33pytest>=7.2.0
4+ pytest-xdist>=3.5.0
45pytest-cov>=4.1.0
56myp>=1.5.1
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ testing =
5151 flake8 >= 3.9
5252 tox >= 3.24
5353 pytest >= 6.0
54+ pytest-xdist >= 2.4.0
5455 pytest-cov >= 2.10.0
5556 mypy >= 0.910
5657docs =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv =
1313deps =
1414 -r{toxinidir}/requirements_dev.txt
1515commands =
16- pytest --basetemp ={envtmpdir}
16+ pytest -n auto - -basetemp ={envtmpdir}
1717
1818[testenv:flake8]
1919basepython = python3.10
@@ -23,7 +23,7 @@ commands = flake8 bayesflow tests
2323[testenv:base]
2424extras = test
2525commands =
26- pytest tests
26+ pytest tests -n auto
2727
2828[testenv:docs]
2929extras =
You can’t perform that action at this time.
0 commit comments