From 9601b8942a61f6af29f920ea12b74d11da5f19a0 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Tue, 18 May 2021 22:41:11 +0900 Subject: [PATCH] Change minversion of tox to 3.18.0 The patch bumps min version of tox to 3.18.0 in order to replace whitelist_externals with allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Signed-off-by: Takashi Natsume Change-Id: I663c05734cfc86a3c2bbc068c3990bab037bbe22 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e3048c1..160a42c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.2 +minversion = 3.18.0 envlist = py37,py39,pep8 ignore_basepython_conflict = True @@ -39,7 +39,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] basepython = python3 deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make commands = sphinx-build -W -b latex doc/source doc/build/pdf