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:
Martin Kopec 2021-01-09 15:53:31 +00:00
parent 1fce1e362e
commit c212ff55d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,py35,py36,py37,py27
minversion = 2.0
minversion = 3.18
skipsdist = True
[testenv]
@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
stestr run {posargs}
whitelist_externals =
allowlist_externals =
bash
find
distribute = false