Skip to content

Commit

Permalink
Use tox allowlist_externals for make command.
Browse files Browse the repository at this point in the history
Tox deprecated and removed whitelist_externals.
  • Loading branch information
tim-schilling committed Dec 7, 2022
1 parent 0379d4a commit 08f29f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setenv =
DB_HOST = {env:DB_HOST:localhost}
DB_PASSWORD = {env:DB_PASSWORD:debug_toolbar}
DJANGO_SETTINGS_MODULE = tests.settings
whitelist_externals = make
allowlist_externals = make
pip_pre = True
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}

Expand Down

0 comments on commit 08f29f9

Please sign in to comment.