Skip to content

Commit

Permalink
12 runners for unittests to progerss
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Oct 31, 2023
1 parent fec7b87 commit 8882100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set_env =
{[testenv]set_env}
LIBJUJU_VERSION_SPECIFIER = {env:LIBJUJU_VERSION_SPECIFIER:3.2.2}
commands =
poetry run pytest --numprocesses=auto --cov=src --ignore={[vars]tests_path}/integration/ {posargs}
poetry run pytest --numprocesses=12 --cov=src --ignore={[vars]tests_path}/integration/ {posargs}

[testenv:integration]
description = Run integration tests
Expand Down

0 comments on commit 8882100

Please sign in to comment.