Skip to content

Commit ed30499

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Changed minversion in tox to 3.18.0"
2 parents 6810414 + 1169a11 commit ed30499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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
skipsdist = 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)