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:
committed by
GitHub
parent
e46c1d1e61
commit
7050eca5a6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user