Skip to content

Commit 2bb323a

Browse files
committed
Update tox config to use revised allowlist_externals definition
1 parent ea40f54 commit 2bb323a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ 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
8+
./tox_install.sh
89
install_command =
910
./tox_install.sh {packages}
1011
commands =

0 commit comments

Comments
 (0)