fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery (#33558)

* fix: update tox config
* feat: Upgrade Python dependency tox-battery (#33702)
---------
Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
This commit is contained in:
edX requirements bot
2023-11-13 05:24:08 -05:00
committed by GitHub
parent e46c1d1e61
commit 7050eca5a6
4 changed files with 1 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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