File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tox]
2- minversion = 3.2 .0
2+ minversion = 3.18 .0
33envlist = py38,pep8
44skipsdist = True
55# Automatic envs (pyXX) will only use the python version appropriate to that
1818 -r{toxinidir}/test-requirements.txt
1919 -r{toxinidir}/requirements.txt
2020commands = 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]
7777setenv = OS_TEST_PATH =./openstackclient/tests/functional
You can’t perform that action at this time.
0 commit comments