From 2a6c5710785134c602fcc943055f7d4778d1de6d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 27 Dec 2022 17:53:17 +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: I2b9d561d7e7a63c3540197b4ebc58f1e5b8846ec --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 279c3d73..27448e0d 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ passenv = TESTING_BRANCH TESTING_HOME USER -whitelist_externals = +allowlist_externals = bash setenv = VIRTUAL_ENV={envdir}