We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a3cbb commit c43d77fCopy full SHA for c43d77f
tox.ini
@@ -41,7 +41,7 @@ description = Run unit tests
41
commands_pre =
42
poetry install --only main,charm-libs,unit
43
commands =
44
- poetry run pytest --numprocesses 120 --cov=src --ignore={[vars]tests_path}/integration/ {posargs}
+ poetry run pytest --cov=src --ignore={[vars]tests_path}/integration/ {posargs}
45
46
[testenv:integration]
47
description = Run integration tests
0 commit comments