From a6ede3f6bc584fee9b12a8b84ac9ffab01e38e34 Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 18 Dec 2017 15:03:11 +0200 Subject: [PATCH] dont run py27 and py35 in parallel we have some issues with the db testing use one worker until we fix it Change-Id: If04e25601d57ded4cb59a71ca34411609f05a758 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 66032eb27..ee536857a 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = deps = -r{toxinidir}/test-requirements.txt commands = /bin/rm -f .testrepository/times.dbm - python setup.py testr --slowest --testr-args='{posargs}' + python setup.py testr --slowest --testr-args='--concurrency 1 {posargs}' oslo-config-generator --config-file=etc/vitrage/vitrage-config-generator.conf passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY