Inclusive jargon in tox.ini
tox deprecated its whitelist_externals option in 3.18 release. The patch bumps the min version of tox to 3.18 and renames the option from whitelist_externals to allowlist_externals. Change-Id: I06bf94861056e06722da839f7c5c8c60be2fc6ee
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pep8,py35,py36,py37,py27
|
envlist = pep8,py35,py36,py37,py27
|
||||||
minversion = 2.0
|
minversion = 3.18
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
bash
|
bash
|
||||||
find
|
find
|
||||||
distribute = false
|
distribute = false
|
||||||
|
|||||||
Reference in New Issue
Block a user