From 0becff560ad96879e75c2bc987110ccfae11127a Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 6 Jul 2021 15:57:26 +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: I62d4af00f7d329f38d8f029a9a694a548f2fc8d0 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 04ad98a6..791d3a4b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py36,py37,pep8,releasenotes -minversion = 3.1.1 +minversion = 3.18.0 skipsdist = True ignore_basepython_conflict = True @@ -53,7 +53,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