Skip to content

Commit

Permalink
fix: make added in allowlist as per tox40 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft authored and UsamaSadiq committed Nov 10, 2023
1 parent 2671389 commit 11ec537
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tomli==2.0.1
# via
# -r requirements/tox.txt
# tox
tox==4.11.3
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==4.11.3
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
Expand Down
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ deps =
skip_install = True

[testenv:csslint]
allowlist_externals = {toxinidir}/node_modules/csslint/dist/cli.js
allowlist_externals =
make
{toxinidir}/node_modules/csslint/dist/cli.js
passenv =
TRAVIS
TRAVIS_JOB_ID
Expand All @@ -31,7 +33,9 @@ deps =
skip_install = True

[testenv:eslint]
allowlist_externals = {toxinidir}/node_modules/eslint/bin/eslint.js
allowlist_externals =
make
{toxinidir}/node_modules/eslint/bin/eslint.js
passenv =
TRAVIS
TRAVIS_JOB_ID
Expand Down

0 comments on commit 11ec537

Please sign in to comment.