summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor McCasland <TM2086@att.com>2016-09-15 13:21:31 -0500
committerTrevor McCasland <TM2086@att.com>2016-09-16 16:10:06 +0000
commit514454da44a108ac896956341064d25338207c93 (patch)
treee3367fe9ac579a044f59c6f50667ae0f1d822f8d
parent9e41332fd91b316abf70b901b1b70d7f79035929 (diff)
downloadtrove-514454da44a108ac896956341064d25338207c93.tar.gz
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 (cherry picked from commit 092966a2d831bf08218d660779ab169957917722)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1f104ed2..0bdd4c66 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,7 +58,7 @@ basepython = python2.7
commands =
{[testenv]commands}
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 html
coverage xml