# HG changeset patch
# User Nicolas Chauvat <nicolas.chauvat@logilab.fr>
# Date 1678652477 -3600
#      Sun Mar 12 21:21:17 2023 +0100
# Node ID 8497cbbef31de68ff4793e51c4ebd5d50c86d9c7
# Parent  2d4a80683617f86638675e5005df673862b3219c
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 .