Skip to content

Commit b5e35f2

Browse files
committed
Add allowlist_externals for npm.
By default tox does not allow invoking external binaries, in order to prevent people from accidentally (or nefariously) deleting their entire system. The pipeline tests do need to run npm though, so this change adds that to the configuration.
1 parent c85a257 commit b5e35f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ ignore_outcome =
5858
djmain: True
5959
ignore_errors =
6060
djmain: True
61+
allowlist_externals=npm
6162

6263
[testenv:docs]
6364
basepython = python3.9

0 commit comments

Comments
 (0)