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

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
-c constraints.txt

tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
tox-travis # Match Travis jobs to tox environments
coverage # Calculate code coverage of tests.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setenv =
SAVED_SOURCE_DIR={toxinidir}/logs
SCREENSHOT_DIR={toxinidir}/logs
SELENIUM_DRIVER_LOG_DIR={toxinidir}/logs
whitelist_externals =
allowlist_externals =
mkdir
rm
commands =
Expand Down