From 8e0058468210d22061130245af11d6299867fd90 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 16 Sep 2021 08:06:04 +0000 Subject: [PATCH] Bump min tox version to 3.18 Let's bump minimal tox version so that we can rename whitelist_externals option to allowlist_externals one. Change-Id: Id105174f05b4d98e8b2e5320fcf789abb89e8ec3 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 66bdeb92..75521550 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = docs,doc8,pep8,jsonlint,jsonschema,consistency -minversion = 3.1 +minversion = 3.18.0 skipsdist = True ignore_basepython_conflict = True @@ -30,7 +30,7 @@ commands= doc8 -e .rst doc/source {[testenv:jsonlint]commands} {[testenv:jsonschema]commands} -whitelist_externals = +allowlist_externals = sh bash @@ -114,7 +114,7 @@ commands= [testenv:consistency] commands= bash tools/consistency.sh {posargs} -whitelist_externals = +allowlist_externals = sh bash