summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangzihao <wangzihao@yovole.com>2021-08-11 11:06:08 +0800
committerwdd <wangzihao@yovole.com>2021-08-12 01:19:20 +0000
commite52d7b8b96b1c1a1b050fa2a09c3dd4a50c8d55b (patch)
tree88afda3f62c18117e898abd3100aadc3e45f8af2
parent2c74bb92e5e9561e2ad1386c2e14fb042d6dc062 (diff)
downloadoslo-utils-e52d7b8b96b1c1a1b050fa2a09c3dd4a50c8d55b.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: I475fe7eac69350e5438cda7310eddd1cb6db813e
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 9035b2b..b4055c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1
+minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = true
@@ -21,7 +21,7 @@ commands =
commands = {posargs}
[testenv:docs]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
@@ -43,7 +43,7 @@ show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[testenv:releasenotes]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
{[testenv:docs]deps}
commands =