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
This commit is contained in:
Eyal 2017-12-18 15:03:11 +02:00
parent 526aae0a9c
commit a6ede3f6bc
1 changed files with 1 additions and 1 deletions

View File

@ -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