summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-05-25 11:44:27 +0000
committerGerrit Code Review <review@openstack.org>2021-05-25 11:44:27 +0000
commit5be2172f0670e7c5e4006e0f7fe21161162e7fc2 (patch)
treec3a09d845e911d7b88c460f84ea686522df22187
parent848ba446080f9f6b0d50d1f4a9728e4ad490660b (diff)
parentf1c9ff0e924939fa60f9267708b5ab535e6d4e91 (diff)
downloadironic-5be2172f0670e7c5e4006e0f7fe21161162e7fc2.tar.gz
Merge "Update min version of tox to use allowlist"
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 43f2bf931..850ac8bd7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.9.0
+minversion = 3.18.0
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
@@ -39,7 +39,7 @@ deps=
flake8-import-order>=0.17.1 # LGPLv3
Pygments>=2.2.0 # BSD
bashate>=0.5.1 # Apache-2.0
-whitelist_externals = bash
+allowlist_externals = bash
commands =
bash tools/flake8wrap.sh {posargs}
# Run bashate during pep8 runs to ensure violations are caught by
@@ -85,7 +85,7 @@ deps =
commands = sphinx-build -b html -W doc/source doc/build/html
[testenv:pdf-docs]
-whitelist_externals = make
+allowlist_externals = make
deps = {[testenv:docs]deps}
commands =
sphinx-build -W -b latex doc/source doc/build/pdf
@@ -97,7 +97,7 @@ usedevelop = False
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-whitelist_externals = bash
+allowlist_externals = bash
commands =
bash -c 'rm -rf api-ref/build'
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html