Skip to content

Commit 08f29f9

Browse files
committed
Use tox allowlist_externals for make command.
Tox deprecated and removed whitelist_externals.
1 parent 0379d4a commit 08f29f9

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
@@ -42,7 +42,7 @@ setenv =
4242
DB_HOST = {env:DB_HOST:localhost}
4343
DB_PASSWORD = {env:DB_PASSWORD:debug_toolbar}
4444
DJANGO_SETTINGS_MODULE = tests.settings
45-
whitelist_externals = make
45+
allowlist_externals = make
4646
pip_pre = True
4747
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
4848

0 commit comments

Comments
 (0)