We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6810414 + 1169a11 commit ed30499Copy full SHA for ed30499
1 file changed
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-minversion = 3.2.0
+minversion = 3.18.0
3
envlist = py38,pep8
4
skipsdist = True
5
# Automatic envs (pyXX) will only use the python version appropriate to that
@@ -18,7 +18,7 @@ deps =
18
-r{toxinidir}/test-requirements.txt
19
-r{toxinidir}/requirements.txt
20
commands = stestr run {posargs}
21
-whitelist_externals = stestr
+allowlist_externals = stestr
22
23
[testenv:fast8]
24
# Use same environment directory as pep8 env to save space and install time
@@ -71,7 +71,7 @@ commands =
71
pythom -m pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
72
python -m pip freeze
73
stestr run {posargs}
74
75
76
[testenv:functional]
77
setenv = OS_TEST_PATH=./openstackclient/tests/functional
0 commit comments