From e77c311442cb1d1ef8caa7df9d9c00471afa75e7 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 27 Dec 2022 17:53:11 +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: I7807b7d29f4504404253f5c42b624639c8b19c97 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6dd2cc32..cf7923f7 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ passenv = HTTPS_PROXY no_proxy NO_PROXY -whitelist_externals = +allowlist_externals = bash setenv = PYTHONUNBUFFERED=1 @@ -44,7 +44,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