From fe16151a4b8a5853dfb5e29a9bc18b7737fec836 Mon Sep 17 00:00:00 2001 From: Eric Kao Date: Thu, 23 Mar 2017 16:09:34 -0700 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00ca92483..770179e51 100644 --- a/tox.ini +++ b/tox.ini @@ -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}