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 ccec7ad commit d86b467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

coveralls # Code coverage reporting
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 @@ -12,7 +12,7 @@ commands =

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

0 comments on commit d86b467

Please sign in to comment.