Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

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 ef4de4a commit 5c724fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_missing_interpreters = True
deps =
pytest
-r{toxinidir}/requirements/testing.txt
whitelist_externals=pytest
allowlist_externals=pytest
commands=pytest {posargs:-n auto}
setenv =
AWS_DEFAULT_REGION=us-east-1
Expand Down

0 comments on commit 5c724fa

Please sign in to comment.