From e19315de7a1e756a0d4b9e60d16e4bce02a0fb5c Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 28 Dec 2022 22:25:56 +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: If3756334c5e48c43dc8faa3f2eade7b2687df5b6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90345ef..0c51f5a 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ passenv = TESTING_BRANCH TESTING_HOME USER -whitelist_externals = +allowlist_externals = bash setenv = PYTHONUNBUFFERED=1