From 26a8d943527a74026eeaa4f00d6d4d8b480c3ce7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 16 Mar 2023 11:08:29 +0900 Subject: [PATCH] Replace deprecated whitelist_externals This option was deprecated in favor of the allowlist_externals option and does no longer work in recent tox. Change-Id: I1cbf545c382fdb4dda837699392e59061ccf8f75 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index bc70106..2ce44f8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.1 +minversion = 3.18 skipsdist = True envlist = docs,linters,functional ignore_basepython_conflict = True @@ -22,7 +22,7 @@ passenv = TESTING_BRANCH TESTING_HOME USER -whitelist_externals = +allowlist_externals = bash setenv = PYTHONUNBUFFERED=1 @@ -46,7 +46,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