From e7527d082e56240af6854d26e09184ad32599c3f Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 28 Dec 2022 22:27:04 +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: I019b6f2a081f160b430f9cb7d8cb35ea299fd5e1 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 958b931d..b5125c0c 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 @@ -42,7 +42,7 @@ commands = [testenv:pdf-docs] deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make commands = sphinx-build -W --keep-going -b latex doc/source doc/build/pdf