Skip to content

Commit d75523d

Browse files
committed
Revert "Allow to have no parallel tests in pytest"
This reverts commit 68cce96. There is no need to do this, instead we should describe our own tox env.
1 parent 6153da7 commit d75523d

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
@@ -22,7 +22,7 @@ commands =
2222
m8a-fetch-language-containers {envname}
2323
# -n auto tells pytest to use as many processors as detected
2424
# to run all the tests from the module test_{envname} in parallel
25-
pytest -n auto -m "not serial" --suppress-no-test-exit-code test_{envname}.py --junitxml={toxinidir}/junit_parallel.xml []
25+
pytest -n auto -m "not serial" test_{envname}.py --junitxml={toxinidir}/junit_parallel.xml []
2626
pytest -n0 -m "serial" --suppress-no-test-exit-code test_{envname}.py --junitxml={toxinidir}/junit_serial.xml []
2727

2828
[testenv:unit]

0 commit comments

Comments
 (0)