summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-05-22 22:33:44 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-05-22 22:34:01 +0900
commitbe26283a3722fee89286687e43cbeddf0ec33d3e (patch)
tree0a3a3212eccf46bf2ea5f75fe5d4bde89d6a3ea2
parentcf7504e79564e85d4d4a1b51510e48e8d4a85e1c (diff)
downloadpython-glanceclient-be26283a3722fee89286687e43cbeddf0ec33d3e.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: I76f328b8bed1338ab5496d21e54a4b0ff9251147
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3f1fbb1..717a238 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = py39,pep8
-minversion = 2.0
+minversion = 3.18.0
skipsdist = True
[testenv]
@@ -35,7 +35,7 @@ warnerror = True
setenv =
OS_TEST_PATH = ./glanceclient/tests/functional/v2
OS_TESTENV_NAME = {envname}
-whitelist_externals =
+allowlist_externals =
bash
commands =
bash tools/fix_ca_bundle.sh