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

fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery #707

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading