Skip to content

Commit c1cf3ca

Browse files
committed
.
1 parent 829cbff commit c1cf3ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ basepython =
381381
linters: python3.12
382382
383383
commands =
384+
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0
385+
384386
; https://github.com/pallets/flask/issues/4455
385387
{py3.7,py3.8,py3.9,py3.10,py3.11}-flask-v{1}: pip install "itsdangerous>=0.24,<2.0" "markupsafe<2.0.0" "jinja2<3.1.1"
386388

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-09-04T14:13:56.642511+00:00
13+
# Last generated: 2025-09-04T14:38:22.828289+00:00
1414

1515
[tox]
1616
requires =
@@ -916,6 +916,8 @@ basepython =
916916
linters: python3.12
917917

918918
commands =
919+
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0
920+
919921
; https://github.com/pallets/flask/issues/4455
920922
{py3.7,py3.8,py3.9,py3.10,py3.11}-flask-v{1}: pip install "itsdangerous>=0.24,<2.0" "markupsafe<2.0.0" "jinja2<3.1.1"
921923

0 commit comments

Comments
 (0)