Skip to content

Commit 1169a11

Browse files
author
wu.shiming
committed
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: Ibb77fa2afad3f09e95f0dba243d3a096daedd787
1 parent 82fcf1d commit 1169a11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 3.2.0
2+
minversion = 3.18.0
33
envlist = py38,pep8
44
skipdist = True
55
# Automatic envs (pyXX) will only use the python version appropriate to that
@@ -18,7 +18,7 @@ deps =
1818
-r{toxinidir}/test-requirements.txt
1919
-r{toxinidir}/requirements.txt
2020
commands = stestr run {posargs}
21-
whitelist_externals = stestr
21+
allowlist_externals = stestr
2222

2323
[testenv:fast8]
2424
# Use same environment directory as pep8 env to save space and install time
@@ -71,7 +71,7 @@ commands =
7171
pythom -m pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
7272
python -m pip freeze
7373
stestr run {posargs}
74-
whitelist_externals = stestr
74+
allowlist_externals = stestr
7575

7676
[testenv:functional]
7777
setenv = OS_TEST_PATH=./openstackclient/tests/functional

0 commit comments

Comments
 (0)