Skip to content

Commit

Permalink
Merge pull request #202 from edx/jenkins/zshkoor/tox40-updates-9b87fb7
Browse files Browse the repository at this point in the history
fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
  • Loading branch information
UsamaSadiq authored Nov 10, 2023
2 parents d6dae37 + 236dc84 commit c0d5c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ setenv =
PYTHONPATH = {toxinidir}
# Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by shpinx.
SPHINXOPTS = -W
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -68,15 +68,15 @@ commands =
make -e -C docs html

[testenv:translations]
whitelist_externals =
allowlist_externals =
make
deps =
-r{toxinidir}/requirements/dev.txt
commands =
make validate_translations

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
deps =
-r{toxinidir}/requirements/quality.txt
Expand Down

0 comments on commit c0d5c97

Please sign in to comment.