From 5bc32e59fdb89569be23de1b7f851a169587362a Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Tue, 27 Dec 2022 15:04:43 +0100 Subject: Chase rename to allowlist in tox --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a64ad5387..77fb47ae4 100644 --- a/tox.ini +++ b/tox.ini @@ -35,14 +35,14 @@ deps = check-manifest [testenv:docs] -whitelist_externals = make +allowlist_externals = make commands = make -C docs {posargs:doctest html epub} BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term" extras = docs [testenv:pdf] -whitelist_externals = make +allowlist_externals = make commands = make -C docs latexpdf BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term" extras = -- cgit v1.2.3