Update min version of tox

This patch bumps the minimum version of tox to 3.18.0.
Additionally fix the argument such as "whitelist_externals"
which is deprecated, it replaces whitelist_externals by
allowlist_externals option. Please refer [1] for details.

[1] https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I03c8367614fb977b35c10f4529bbc3aaa5c8db47
This commit is contained in:
Manpreet Kaur 2021-05-10 17:18:47 +05:30
parent 70566f4861
commit 9a85cce99c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py38,pep8,docs
minversion = 3.1.1
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
@ -37,7 +37,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
basepython = python3
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf