Skip to content

Commit

Permalink
Merge pull request #324 from openedx/jenkins/zshkoor/tox40-updates-52…
Browse files Browse the repository at this point in the history
…58424

fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery
  • Loading branch information
Feanil Patel authored Oct 20, 2023
2 parents 5258424 + 00f12a7 commit 591ab07
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 591ab07

Please sign in to comment.