From 7050eca5a62ad3c269bcb209b4b9ad480662bacf Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:24:08 -0500 Subject: [PATCH] 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 --- requirements/edx/development.txt | 4 ---- requirements/edx/testing.in | 1 - requirements/edx/testing.txt | 4 ---- tox.ini | 2 +- 4 files changed, 1 insertion(+), 10 deletions(-) diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 7e0dd72b3854..279135bcd4e5 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -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 diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in index b7806b027e73..a0b4c5bff5a4 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -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 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 2fa2893538be..aebe254d69e1 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -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 diff --git a/tox.ini b/tox.ini index 80eb6b50977c..3069c04ca4c7 100644 --- a/tox.ini +++ b/tox.ini @@ -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