Skip to content

Commit

Permalink
Merge pull request #59 from edx/jenkins/zshkoor/tox40-updates-7cf60ae
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 542321a + 37d4e7b commit 2dadb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 @@ -64,7 +64,7 @@ commands =
twine check dist/*

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
rm
touch
Expand Down

0 comments on commit 2dadb5c

Please sign in to comment.