Fix regen tox environment (#10640)

Since tox 4.0, the whitelist_external option has been renamed to allowlist_externals.

Co-authored-by: pytest bot <pytestbot@gmail.com>
This commit is contained in:
Bruno Oliveira 2023-01-13 07:15:41 -03:00 committed by GitHub
parent 8efb4bb9c1
commit 5e0583f4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ deps =
PyYAML PyYAML
regendoc>=0.8.1 regendoc>=0.8.1
sphinx sphinx
whitelist_externals = allowlist_externals =
make make
commands = commands =
make regen make regen