Changed minversion in tox to 3.18.0

The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I2b1807cb2e8c0bc31142a071cde87a700d34996d
This commit is contained in:
wu.shiming 2021-09-18 11:58:08 +08:00 committed by wushiming
parent ba01506299
commit 4e65064ebf
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox]
# keep py3 before py2 to assure they are preffered for envs like linters:
envlist = linters,py,molecule
minversion = 3.4.0
minversion = 3.18.0
ignore_basepython_conflict = True
skip_missing_interpreters = True
@ -32,7 +32,7 @@ passenv =
TERM
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
whitelist_externals =
allowlist_externals =
bash
commands_pre =
pip install -q bindep