Skip to content

Commit 3fdd3ea

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Change minversion of tox to 3.18.0"
2 parents 9e7cd43 + 74724b4 commit 3fdd3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 3.1.1
2+
minversion = 3.18.0
33
envlist = py38,functional,pep8
44
# Automatic envs (pyXX) will only use the python version appropriate to that
55
# env and ignore basepython inherited from [testenv] if we set
@@ -9,7 +9,7 @@ ignore_basepython_conflict = True
99
[testenv]
1010
basepython = python3
1111
usedevelop = True
12-
whitelist_externals =
12+
allowlist_externals =
1313
bash
1414
find
1515
rm

0 commit comments

Comments
 (0)