Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-12-01 11:27:36 +00:00 committed by Gerrit Code Review
commit 15883b628b
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.9.0
minversion = 3.18.0
envlist = pep8,py3
skipsdist = True
ignore_basepython_conflict = True
@ -62,7 +62,7 @@ commands = {posargs}
[testenv:debug]
# allow 1 year, or 31536000 seconds, to debug a test before it times out
setenv = OS_TEST_TIMEOUT=31536000
whitelist_externals = find
allowlist_externals = find
commands =
find . -type f -name "*.pyc" -delete
oslo_debug_helper -t openstack/tests {posargs}
@ -94,7 +94,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W --keep-going -b latex -j auto doc/source/ doc/build/pdf