Skip to content

Commit

Permalink
Merge pull request #57 from openedx/jenkins/zshkoor/tox40-updates-401…
Browse files Browse the repository at this point in the history
…ba9a

fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
  • Loading branch information
bmtcril committed Oct 20, 2023
2 parents 401ba9a + 6f323e0 commit 23cdd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
-c constraints.txt

tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 @@ -59,7 +59,7 @@ commands =
twine check dist/*

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

0 comments on commit 23cdd3e

Please sign in to comment.