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: Ic73f1212d3a4a7178a7c735dae696bb9b8792d84
This commit is contained in:
tushargite96 2021-02-25 23:08:05 +05:30
parent 213936559e
commit 65eee9782c
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
skipsdist = True
envlist = py36,py38,pep8,pypy
ignore_basepython_conflict = True
@ -21,7 +21,7 @@ deps =
-r{toxinidir}/test-requirements.txt
[testenv:integration]
whitelist_externals = bash
allowlist_externals = bash
commands =
bash integration-test/test.sh {posargs}
@ -42,7 +42,7 @@ commands =
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
whitelist_externals = make
allowlist_externals = make
deps = {[testenv:docs]deps}
commands =
sphinx-build -W -b latex doc/source doc/build/pdf