Skip to content

Commit 56c455d

Browse files
Revert "Revert testing changes"
This reverts commit b512ca5.
1 parent 727f514 commit 56c455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description = Run unit tests
4141
commands_pre =
4242
poetry install --only main,charm-libs,unit
4343
commands =
44-
poetry run pytest --numprocesses 120 --cov=src --ignore={[vars]tests_path}/integration/ {posargs}
44+
poetry run pytest --cov=src --ignore={[vars]tests_path}/integration/ {posargs}
4545

4646
[testenv:integration]
4747
description = Run integration tests

0 commit comments

Comments
 (0)