Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-11-21 16:09:24 +00:00 committed by Gerrit Code Review
commit afa63858a0
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.18.0
envlist = pep8,py3,docs,api-ref
skipsdist = True
ignore_basepython_conflict = True
@ -29,7 +29,7 @@ commands = {posargs}
[testenv:docs]
# This environment is called from CI scripts to test and publish
# the API Ref and Docs to docs.openstack.org.
whitelist_externals = rm
allowlist_externals = rm
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
@ -39,7 +39,7 @@ commands =
[testenv:api-ref]
# This environment is called from CI scripts to test and publish
# the API Ref to docs.openstack.org.
whitelist_externals = rm
allowlist_externals = rm
deps = {[testenv:docs]deps}
commands =
rm -rf api-ref/build