Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 5e66078

Browse files
fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery (#1215)
1 parent 0ffb265 commit 5e66078

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

requirements/dev.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
-r test.txt # Dependencies required for running tests
77

88
tox # Virtualenv management for tests
9-
tox-battery # Makes tox aware of requirements file changes

requirements/dev.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ tox==3.28.0
7979
# via
8080
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
8181
# -r requirements/dev.in
82-
# tox-battery
83-
tox-battery==0.6.2
84-
# via -r requirements/dev.in
8582
virtualenv==20.24.5
8683
# via tox
8784
wheel==0.41.2

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ beautifulsoup4==4.12.2
1616
# via pydata-sphinx-theme
1717
certifi==2023.7.22
1818
# via requests
19-
charset-normalizer==3.3.0
19+
charset-normalizer==3.3.1
2020
# via requests
2121
doc8==1.1.1
2222
# via -r requirements/doc.in
@@ -93,7 +93,7 @@ tomli==2.0.1
9393
# via doc8
9494
typing-extensions==4.8.0
9595
# via pydata-sphinx-theme
96-
urllib3==2.0.6
96+
urllib3==2.0.7
9797
# via requests
9898
zipp==3.17.0
9999
# via importlib-metadata

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wheel==0.41.2
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==23.2.1
11+
pip==23.3.1
1212
# via -r requirements/pip.in
1313
setuptools==68.2.2
1414
# via -r requirements/pip.in

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore=D001
99
[testenv:docs]
1010
setenv =
1111
PYTHONPATH = {toxinidir}
12-
whitelist_externals =
12+
allowlist_externals =
1313
make
1414
rm
1515
deps =

0 commit comments

Comments
 (0)