Skip to content

Commit f2087ff

Browse files
committed
Fix Tox config whitelist_external -> allowlist_externals
1 parent 3d68796 commit f2087ff

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
@@ -26,7 +26,7 @@ commands =
2626

2727
# Specific environments
2828
[testenv:quality]
29-
whitelist_externals = make
29+
allowlist_externals = make
3030
basepython = python3.12
3131
extras = quality
3232
commands =

0 commit comments

Comments
 (0)