From f6cf00aa1e466b6e7734fa178af76dc96e86c5c8 Mon Sep 17 00:00:00 2001 From: zubairshakoorarbisoft Date: Wed, 1 Nov 2023 19:45:12 +0500 Subject: [PATCH] fix: added make in translations_validate allowlist --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 870aeb80..25d8e3a2 100644 --- a/tox.ini +++ b/tox.ini @@ -20,9 +20,7 @@ commands = skip_install = True [testenv:csslint] -allowlist_externals = - make - {toxinidir}/node_modules/csslint/dist/cli.js +allowlist_externals = {toxinidir}/node_modules/csslint/dist/cli.js passenv = TRAVIS TRAVIS_JOB_ID @@ -33,9 +31,7 @@ deps = skip_install = True [testenv:eslint] -allowlist_externals = - make - {toxinidir}/node_modules/eslint/bin/eslint.js +allowlist_externals = {toxinidir}/node_modules/eslint/bin/eslint.js passenv = TRAVIS TRAVIS_JOB_ID @@ -57,6 +53,7 @@ commands = pylint freetextresponse/ [testenv:translations_validate] +allowlist_externals = make commands = make translations_validate