Serialize tests
setuptools is pretty opinionated about using a build/ directory in the source tree, and concurrent invocations have a habit of stomping on each other. Change-Id: I9f7108ea1a77b9333c0fdf51d94b105fcd5a9e06
This commit is contained in:
parent
8252a7d54e
commit
f401a59db1
2
tox.ini
2
tox.ini
@ -23,7 +23,7 @@ setenv =
|
||||
# a broader range of Python versions than OpenStack as a whole
|
||||
deps =
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = stestr run --suppress-attachments {posargs}
|
||||
commands = stestr run --serial --suppress-attachments {posargs}
|
||||
|
||||
[testenv:pep8]
|
||||
commands = pre-commit run -a
|
||||
|
Loading…
Reference in New Issue
Block a user