From eacfc566c25586d53fe295816b2f549c357a611b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 28 Dec 2022 22:26:43 +0100 Subject: [PATCH] Update tox.ini to work with 4.0 With tox release of 4.0, some parameters were deprecated and are ignored now which causes tox failures. One of the most spread issues we have is using `whitelist_externals` isntead of `allowlist_externals` Change-Id: If4222df60a99a022d2e50f4612796417decb6493 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4e681ae..aa6903c 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ passenv = HTTPS_PROXY no_proxy NO_PROXY -whitelist_externals = +allowlist_externals = bash setenv = PYTHONUNBUFFERED=1