Fix botocore-pinned and pypy3-* (#7363)

This commit is contained in:
Andrey Rakhmatullin 2026-03-26 12:21:58 +05:00 committed by GitHub
parent 2ce02d417a
commit a8e99aeb2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

@ -37,7 +37,8 @@ jobs:
- python-version: "3.13"
env:
TOXENV: no-reactor
- python-version: pypy3.11
# pinned due to https://github.com/pypy/pypy/issues/5388
- python-version: pypy3.11-7.3.20
env:
TOXENV: pypy3
@ -51,7 +52,8 @@ jobs:
- python-version: "3.10.19"
env:
TOXENV: no-reactor-pinned
- python-version: pypy3.11
# pinned due to https://github.com/pypy/pypy/issues/5388
- python-version: pypy3.11-7.3.20
env:
TOXENV: pypy3-pinned
- python-version: "3.10.19"
@ -67,7 +69,8 @@ jobs:
- python-version: "3.13"
env:
TOXENV: no-reactor-extra-deps
- python-version: pypy3.11
# pinned due to https://github.com/pypy/pypy/issues/5388
- python-version: pypy3.11-7.3.20
env:
TOXENV: pypy3-extra-deps
- python-version: "3.13"

View File

@ -288,6 +288,8 @@ basepython = {[pinned]basepython}
deps =
{[pinned]deps}
botocore==1.13.45
# botocore 1.13.45 requires urllib3>=1.20,<1.26; requests 2.33.0 requires urllib3>=1.26,<3
requests<2.33.0
setenv =
{[pinned]setenv}
commands =