summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2021-06-04 09:20:16 +0800
committerlikui <likui@yovole.com>2021-06-04 09:20:16 +0800
commit8bf8769f2d67b9dcf3821f49e98d5f9868ebc1ca (patch)
treee6803fcb98742fb1503974a135ea1f321dc9cc33
parentc5d1c6e2b00f4893f7772e9cc525cada28b10829 (diff)
downloadpython-ironicclient-8bf8769f2d67b9dcf3821f49e98d5f9868ebc1ca.tar.gz
Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I41dac340cf679b86825638f56de8ef9999cfb3ff
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 52f440d..7c8ba32 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.9.0
+minversion = 3.18.0
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict=true
@@ -69,7 +69,7 @@ commands =
sphinx-build -W -b html 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