Skip to content

Commit 17d8815

Browse files
committed
Update tox config to use allowlist_externals
1 parent ea40f54 commit 17d8815

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
@@ -3,7 +3,7 @@ envlist = py{37,38,39,310,311}-dj{32,40,41,main}, lint
33
skipsdist = true
44

55
[testenv]
6-
whitelist_externals =
6+
allowlist_externals =
77
poetry
88
install_command =
99
./tox_install.sh {packages}

0 commit comments

Comments
 (0)