From 74724b4964b6eb80a462458c7b04935ccae49710 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Tue, 18 May 2021 22:22:53 +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 by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Idb189fc46d729dabe609cc39ec88d278d384424d Signed-off-by: Takashi Natsume --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b27a0f9ebab9..37cfdbb31c28 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1.1 +minversion = 3.18.0 envlist = py38,functional,pep8 # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set @@ -9,7 +9,7 @@ ignore_basepython_conflict = True [testenv] basepython = python3 usedevelop = True -whitelist_externals = +allowlist_externals = bash find rm