Inclusive jargon

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: I12d4bb75839adf78c17e8e562535fbf0d7e2e816
This commit is contained in:
Martin Kopec 2021-01-09 15:26:19 +00:00
parent 78c4ce8ac8
commit a1f2375875
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = py36,pep8,pip-check-reqs envlist = py36,pep8,pip-check-reqs
minversion = 2.0 minversion = 3.18
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8 LANG=en_US.UTF-8
LANGUAGE=en_US:en LANGUAGE=en_US:en
LC_ALL=C LC_ALL=C
whitelist_externals = find allowlist_externals = find
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = commands =