From ed306794169a64ef3258aba652256c22543f8f3d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 27 Dec 2022 17:53:07 +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: Ib07b10672187610c046e84b7d8a884d4ddb58164 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 723df6d..d8cbc02 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ passenv = TESTING_BRANCH TESTING_HOME USER -whitelist_externals = +allowlist_externals = bash setenv = PYTHONUNBUFFERED=1 @@ -45,7 +45,7 @@ commands = [testenv:pdf-docs] deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make commands = sphinx-build -W -b latex doc/source doc/build/pdf