From 606c88b5fbf11ae4a2856ec699ef244d55c34aaa Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 6 Jul 2021 16:00:29 +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: I9c7bff59c195480ce6bd11dfdab7601bbdcba9e2 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a47b95a..d8964d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.2.1 +minversion = 3.18.0 envlist = py3,pep8 ignore_basepython_conflict = true @@ -60,7 +60,7 @@ commands = sphinx-build -a -E -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