fix tox -e cover

by excluding tests/haht/test_congress_haht.py which
cannot run in parallel.

Back-port: testing-only change.

Closes-Bug: 1669166

Change-Id: I277f14865d471d4e0a776d1d9496163a1e34732e
This commit is contained in:
Eric Kao 2017-03-23 16:09:34 -07:00
parent 7a6e6fe1e8
commit fe16151a4b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands = {toxinidir}/tools/pip-install-single-req.sh test-requirements.txt hac
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py testr --coverage --testr-args='^(?!congress\.tests\.haht\.test_congress_haht.*){posargs}'
[testenv:debug]
commands = oslo_debug_helper -t congress/tests {posargs}