From e7cab0e1af865e4f06bef1423ea80a32b8e1cb33 Mon Sep 17 00:00:00 2001 From: grubert Date: Fri, 9 Dec 2022 12:31:29 +0000 Subject: [PATCH] replace: whitelist_externals renamed to allowlist_externals git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9307 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/tox.ini b/docutils/tox.ini index 8cb997c95..476f8765f 100644 --- a/docutils/tox.ini +++ b/docutils/tox.ini @@ -3,7 +3,7 @@ minversion = 2.0 envlist = py{37,38,39,310,311} [testenv] -whitelist_externals = +allowlist_externals = find commands = find . -type f -name "*.pyc" -delete -- 2.11.4.GIT