Skip to content

Commit 0102b98

Browse files
matthiaskcarltongibson
authored andcommitted
Used allowlist_externals in tox.ini (again)
allowlist_externals is already used in this file. Refs #31670
1 parent 17a5e2c commit 0102b98

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
@@ -62,7 +62,8 @@ commands = isort --check-only --diff django tests scripts
6262
usedevelop = false
6363
deps =
6464
changedir = {toxinidir}
65-
whitelist_externals = npm
65+
allowlist_externals =
66+
npm
6667
commands =
6768
npm install
6869
npm test

0 commit comments

Comments
 (0)