Skip to content

Commit

Permalink
tox.ini: Replace whitelist_externals by allowlist_externals
Browse files Browse the repository at this point in the history
Was replaced upstream, see tox-dev/tox#2600
  • Loading branch information
hartwork committed Jan 2, 2023
1 parent 369e3cb commit f272e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commands =
{toxinidir}
# metadata validation
sh -c "python -m twine check {toxinidir}/dist/*"
whitelist_externals =
allowlist_externals =
rm
sh

Expand Down

0 comments on commit f272e0f

Please sign in to comment.