Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2022-06-21 21:02:40 +00:00 committed by Gerrit Code Review
commit 2311cdf959
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -1,7 +1,7 @@
[tox]
envlist = py38,py39,pep8
ignore_basepython_conflict = True
minversion = 3.1.0
minversion = 3.18.0
skipsdist = True
[testenv]
@ -55,7 +55,7 @@ commands =
coverage report
[testenv:docs]
whitelist_externals =
allowlist_externals =
rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
@ -66,7 +66,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf
@ -76,7 +76,7 @@ commands =
# This environment is called from CI scripts to test and publish
# the API Ref to docs.openstack.org.
deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals = rm
allowlist_externals = rm
commands =
rm -rf api-ref/build
sphinx-build -W --keep-going -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
@ -136,7 +136,7 @@ paths = ./heat/hacking
commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
whitelist_externals =
allowlist_externals =
rm
deps = -r{toxinidir}/doc/requirements.txt
commands =