summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-05-22 22:28:13 +0900
committerDouglas Mendizábal <dmendiza@redhat.com>2022-07-25 18:51:04 +0000
commit0ed46ac12553df27509b847420859c7ffa6dfdbf (patch)
treedaeccb74017feeac5686c6d3ed8a7a0f54668740
parentdd31878b291e342ce478382e42d4e9dc29322258 (diff)
downloadkeystonemiddleware-0ed46ac12553df27509b847420859c7ffa6dfdbf.tar.gz
Bump tox minversion to 3.18.0
Since tox 3.18.0, the whitelist_externals option has been deprecated in favor of the new allow_list_externals option[1]. This change bumps the minversion of tox so that we can replace the deprecated option. [1] https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Ib19bf79da06d656831cdb117e390d4583262f862
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2c2f023..5c148aa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1.1
+minversion = 3.18.0
skipsdist = True
envlist = py37,pep8,releasenotes
ignore_basepython_conflict = True
@@ -65,7 +65,7 @@ commands=
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
-whitelist_externals =
+allowlist_externals =
make
rm
commands =