From 0102b986489702870faa0eccd44abd4432418756 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 10 Feb 2021 16:40:43 +0100 Subject: [PATCH] Used allowlist_externals in tox.ini (again) allowlist_externals is already used in this file. Refs #31670 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fa5e0051d81..d9d33a5c27e 100644 --- a/tox.ini +++ b/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