Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-03-03 22:14:20 +00:00 committed by Gerrit Code Review
commit dbabb4a321
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
minversion = 3.1.0 minversion = 3.18.0
skipsdist = True skipsdist = True
skip_missing_interpreters = true skip_missing_interpreters = true
# python runtimes: https://governance.openstack.org/tc/reference/runtimes/ussuri.html # python runtimes: https://governance.openstack.org/tc/reference/runtimes/ussuri.html
@ -31,7 +31,7 @@ commands =
stestr run {posargs} stestr run {posargs}
stestr slowest stestr slowest
whitelist_externals = bash allowlist_externals = bash
find find
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
@ -79,7 +79,7 @@ deps =
commands = commands =
rm -fr doc/build doc/source/contributor/api/ .autogenerated rm -fr doc/build doc/source/contributor/api/ .autogenerated
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
whitelist_externals = rm allowlist_externals = rm
[testenv:pdf-docs] [testenv:pdf-docs]
@ -87,7 +87,7 @@ deps = {[testenv:docs]deps}
commands = {[testenv:docs]commands} commands = {[testenv:docs]commands}
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf make -C doc/build/pdf
whitelist_externals = allowlist_externals =
make make
[testenv:releasenotes] [testenv:releasenotes]