From fab1c9d10a10164956ec3ec54d4d001571ff2744 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 6 Jul 2021 16:34:54 +0800 Subject: [PATCH] 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: Ia92a2f55f392e45eade2c0f5b66a72fcb2be62ba --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index ae061c3..0e61a56 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.1 +minversion = 3.18.0 envlist = py3,pep8 ignore_basepython_conflict = True @@ -34,14 +34,14 @@ commands = [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt -Allowlist_externals = +allowlist_externals = rm commands = rm -fr doc/build sphinx-build -E -W --keep-going -b html doc/source doc/build/html [testenv:releasenotes] -Allowlist_externals = +allowlist_externals = rm commands = rm -rf releasenotes/build