Skip to content

Commit

Permalink
fix: Replaced whitelist_externals with allowlist_externals in tox and…
Browse files Browse the repository at this point in the history
… removed tox-battery
  • Loading branch information
edx-requirements-bot committed Oct 20, 2023
1 parent 5258424 commit 00f12a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ pytest-django
pytest-cov
pytest-rerunfailures
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = --cov workbench --cov sample_xblocks --cov-report term-missing --cov-r
norecursedirs = .* doc bin prototype screenshots requirements

[testenv]
whitelist_externals =
allowlist_externals =
make
deps =
django32: Django>=3.2,<4.0
Expand Down

0 comments on commit 00f12a7

Please sign in to comment.