Changed minversion in tox to 3.18.0

The patch bumps min version of tox to 3.18.0 python 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: Ie0d1d3964043e6dd518f3b7020f58f4f3b2de76c
This commit is contained in:
tushargite96 2021-02-25 22:37:28 +05:30
parent 599e92589a
commit 0d12aae281
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.18.0
envlist = py{38,36},pep8,pip-check-reqs envlist = py{38,36},pep8,pip-check-reqs
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3 basepython = python3
usedevelop = True usedevelop = True
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
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 =
@ -46,7 +46,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs] [testenv:pdf-docs]
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
whitelist_externals = allowlist_externals =
make make
commands = commands =
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf