Update the tox.ini with '0' concurrency

There is an issue with the ostestr package that it sends a 'None' value
if it is not explicitly specified.
The stestr package does not accept it well, and an exception is thrown.
There is a fix in the pipe [1], but we need to get DragonFlow working.

[1] https://review.opendev.org/#/c/651275/

Change-Id: If9d18965048cc5ac20d351b7172b50d0a1d0f2cc
This commit is contained in:
Shachar Snapiri 2019-05-12 21:29:57 +03:00
parent c8adf28b09
commit c65aaad9d5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ commands = /bin/rm -f .testrepository/times.dbm
basepython = python2.7
setenv = OS_TEST_PATH=./dragonflow/tests/fullstack
commands =
ostestr --serial {posargs}
ostestr --serial -c 0 {posargs}
[testenv:pep8]
basepython = python3