# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1678652829 -3600 # Sun Mar 12 21:27:09 2023 +0100 # Node ID 73bf0954b1c79dd718ca718fc201241644e55232 # Parent 521cb9e784ee660881eb5eeb19b2724fa776559f ci: that tox option is now named allowlist_externals diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ [testenv:pypi-publish] basepython = python3 skip_install = true -whitelist_externals = rm +allowlist_externals = rm deps = twine passenv = @@ -66,4 +66,4 @@ skip_install = true deps = black >= 22.12 -commands = black . \ No newline at end of file +commands = black .