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 (#33558)

* fix: update tox config
* feat: Upgrade Python dependency tox-battery (#33702)
---------
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
  • Loading branch information
edx-requirements-bot authored Nov 13, 2023
1 parent e46c1d1 commit 7050eca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2048,10 +2048,6 @@ tomlkit==0.12.2
# pylint
# snowflake-connector-python
tox==3.28.0
# via
# -r requirements/edx/testing.txt
# tox-battery
tox-battery==0.6.2
# via -r requirements/edx/testing.txt
tqdm==4.66.1
# via
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/testing.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pytest-xdist[psutil] # Parallel execution of tests on multiple CPU cores or
singledispatch # Backport of functools.singledispatch from Python 3.4+, used in tests of XBlock rendering
testfixtures # Provides a LogCapture utility used by several tests
tox # virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
unidiff # Required by coverage_pytest_plugin
pylint-pytest==0.3.0 # A Pylint plugin to suppress pytest-related false positives.
pact-python # Library for contract testing
4 changes: 0 additions & 4 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1515,10 +1515,6 @@ tomlkit==0.12.2
# pylint
# snowflake-connector-python
tox==3.28.0
# via
# -r requirements/edx/testing.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/edx/testing.in
tqdm==4.66.1
# via
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ passenv =
XDIST_WORKER_SECURITY_GROUP
XDIST_WORKER_SUBNET
commands_pre = make test-requirements
whitelist_externals =
allowlist_externals =
/bin/bash
/usr/bin/curl
/bin/tar
Expand Down

0 comments on commit 7050eca

Please sign in to comment.