summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-21 18:51:17 +0000
committerGerrit Code Review <review@openstack.org>2021-06-21 18:51:17 +0000
commitadf21f028827b8a4e32057334db4cd464c24c4d0 (patch)
tree4616139060b995018d2bebe2b6fa2fd36b091e5b
parentae397565be6b734484d9e96c66f13de97762303c (diff)
parentd6c211c139928fff3e1bcc41f069995892e233fe (diff)
downloadpython-neutronclient-adf21f028827b8a4e32057334db4cd464c24c4d0.tar.gz
Merge "Changed minversion in tox to 3.18.0"
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a5d8ab1..8020b35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = py38,pep8
-minversion = 2.3.2
+minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
@@ -23,7 +23,7 @@ commands = sh -c "find . -type d -name '.?*' -prune -o \
\( -type d -name '__pycache__' -o -type f -name '*.py[co]' \) \
-print0 | xargs -0 rm -rf"
stestr run {posargs}
-whitelist_externals = sh
+allowlist_externals = sh
[testenv:pep8]
commands =
@@ -59,7 +59,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
-whitelist_externals =
+allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf