From d1ba6fd44598066a28233294749b489577f019ba Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 14 Jan 2023 18:30:26 +0100 Subject: tox.ini: whitelist was renamed to allowlist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... wasting everybody's time for no reason. :( Signed-off-by: Ulrich Müller --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index faedab9..ceb90c0 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True deps = sphinx tyrian-sphinx-theme -whitelist_externals = +allowlist_externals = make commands = -- cgit v1.2.3-65-gdbad