Skip to content

Commit

Permalink
Run functional tests in parallel (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Apr 30, 2024
1 parent db459d1 commit da72c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ commands =
[testenv:functional]
setenv =
{[testenv]setenv}
# Run in parallel using half of the CPUs
BLUEETL_JOBLIB_JOBS=
BLUEETL_JOBLIB_JOBS=6
deps =
{[base]testdeps}
pytest-xdist
elephant>=0.10.0,<0.13.0 # CPDF output changed in 0.13.0
bluepy>=2.5.2
commands = python -m pytest -vs tests/functional {posargs}
commands = python -m pytest -n6 -vs tests/functional {posargs}

[testenv:check-packaging]
skip_install = true
Expand Down

0 comments on commit da72c8c

Please sign in to comment.