Fix error: option --no-parallel not recognized

Passing --no-parallel through to testr causes an error in the
coverage jobs.

This fix has already been merged into trove.

Looks like test_benchmark_updates.py was missed in commit
fd6600cda1 and will throw errors on
the function call harness.create.

Change-Id: I49137e3faf79cc2d62f9738389e226ce3eb39a97
This commit is contained in:
Trevor McCasland 2016-09-16 06:55:36 -05:00
parent c4de4cf4f4
commit f795bd300f
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ setenv =
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_ALL=en_US.utf-8
commands = python setup.py testr --no-parallel --testr-args='test_benchmark {posargs}'
commands = python setup.py testr --testr-args='test_benchmark {posargs} --concurrency=1'
testr slowest --all
[flake8]
@ -56,4 +56,4 @@ setenv = PYTHONHASHSEED=0
commands = python setup.py build_sphinx
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html