Browse Source

Used allowlist_externals in tox.ini (again)

allowlist_externals is already used in this file.

Refs #31670
Matthias Kestenholz 4 years ago
parent
commit
0102b98648
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tox.ini

+ 2 - 1
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