From b6cfa0b62a70bf29d608307c885d4279eba5cb3b Mon Sep 17 00:00:00 2001 From: pytest bot Date: Sat, 7 Jan 2023 12:40:45 -0300 Subject: [PATCH] Fix regen tox environment Since tox 4.0, the whitelist_external option has been renamed to allowlist_externals. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f619287fb..663ada60c 100644 --- a/tox.ini +++ b/tox.ini @@ -104,7 +104,7 @@ deps = PyYAML regendoc>=0.8.1 sphinx -whitelist_externals = +allowlist_externals = make commands = make regen