Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit da72c8c

Browse files
Run functional tests in parallel (#40)
1 parent db459d1 commit da72c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ commands =
3535
[testenv:functional]
3636
setenv =
3737
{[testenv]setenv}
38-
# Run in parallel using half of the CPUs
39-
BLUEETL_JOBLIB_JOBS=
38+
BLUEETL_JOBLIB_JOBS=6
4039
deps =
4140
{[base]testdeps}
41+
pytest-xdist
4242
elephant>=0.10.0,<0.13.0 # CPDF output changed in 0.13.0
4343
bluepy>=2.5.2
44-
commands = python -m pytest -vs tests/functional {posargs}
44+
commands = python -m pytest -n6 -vs tests/functional {posargs}
4545

4646
[testenv:check-packaging]
4747
skip_install = true

0 commit comments

Comments
 (0)