Skip to content

Commit d4b9f9b

Browse files
committed
Use allowlist_externals instead of whitelist_externals
1 parent 4171963 commit d4b9f9b

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
@@ -6,7 +6,7 @@ skipdist = true
66

77
[testenv]
88
install_command = pip install {opts} {packages}
9-
whitelist_externals =
9+
allowlist_externals =
1010
cat
1111
rm
1212
ls

0 commit comments

Comments
 (0)