Fix error: option --no-parallel not recognized
Passing --no-parallel through to testr causes an error in the coverage jobs. http://logs.openstack.org/de/dee522d8b14b1fdf73668e678374a91784b86ba3 Change-Id: I57e6f416105efc0595f507e7e4a671761f11d0fe
This commit is contained in:
parent
dee522d8b1
commit
092966a2d8
2
tox.ini
2
tox.ini
@ -58,7 +58,7 @@ basepython = python2.7
|
|||||||
commands =
|
commands =
|
||||||
{[testenv]commands}
|
{[testenv]commands}
|
||||||
coverage erase
|
coverage erase
|
||||||
python setup.py testr --coverage --no-parallel
|
python setup.py testr --coverage --testr-args="--concurrency=1"
|
||||||
coverage run -a run_tests.py
|
coverage run -a run_tests.py
|
||||||
coverage html
|
coverage html
|
||||||
coverage xml
|
coverage xml
|
||||||
|
Loading…
Reference in New Issue
Block a user