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 6153da7 commit d75523dCopy full SHA for d75523d
tox.ini
@@ -22,7 +22,7 @@ commands =
22
m8a-fetch-language-containers {envname}
23
# -n auto tells pytest to use as many processors as detected
24
# 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 []
+ pytest -n auto -m "not serial" test_{envname}.py --junitxml={toxinidir}/junit_parallel.xml []
26
pytest -n0 -m "serial" --suppress-no-test-exit-code test_{envname}.py --junitxml={toxinidir}/junit_serial.xml []
27
28
[testenv:unit]
0 commit comments