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:
Tim Burke 2024-01-22 09:35:39 -08:00
parent 8252a7d54e
commit f401a59db1
1 changed files with 1 additions and 1 deletions

View File

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