From ed78ef112cb5b3946d102de8ab3d7ce4592adebb Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 27 Dec 2022 17:53:06 +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: I4354d6b70b5a88efa3bac56363c14b478b9e32b4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11683f8..8facd4a 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