From 8950982d04e7d9955c6ea9f7d6283af637f01f7c Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 7 Oct 2021 09:00:42 +0000 Subject: [PATCH] Bump min tox version to 3.18.0 Let's bump minimal tox version so that we can rename whitelist_externals option to allowlist_externals one. https: //tox.wiki/en/latest/changelog.html#v3-18-0-2020-07-23 Change-Id: Iad7bc6c16508a509d0da711901a0a7212263577e --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 88e9fb3..f2e81a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 3.18.0 skipsdist = True envlist = bashate @@ -8,7 +8,7 @@ usedevelop = False [testenv:bashate] deps = bashate -whitelist_externals = bash +allowlist_externals = bash commands = bash -c "find {toxinidir} \ -not \( -type d -name .?\* -prune \) \ -not \( -type d -name doc -prune \) \