mirror of
https://github.com/django/django.git
synced 2025-04-08 07:26:41 +00:00
Used allowlist_externals in tox.ini (again)
allowlist_externals is already used in this file. Refs #31670
This commit is contained in:
parent
17a5e2cff6
commit
0102b98648
3
tox.ini
3
tox.ini
@ -62,7 +62,8 @@ commands = isort --check-only --diff django tests scripts
|
||||
usedevelop = false
|
||||
deps =
|
||||
changedir = {toxinidir}
|
||||
whitelist_externals = npm
|
||||
allowlist_externals =
|
||||
npm
|
||||
commands =
|
||||
npm install
|
||||
npm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user