Skip to content

Commit 8db5ab3

Browse files
committed
tox.ini: Replace whitelist_externals by allowlist_externals
Was replaced upstream, see tox-dev/tox#2600
1 parent d88ad48 commit 8db5ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ commands =
5959
{toxinidir}
6060
# metadata validation
6161
sh -c "python -m twine check {toxinidir}/dist/*"
62-
whitelist_externals =
62+
allowlist_externals =
6363
rm
6464
sh
6565

0 commit comments

Comments
 (0)