mirror of https://github.com/scrapy/scrapy.git
Fix botocore-pinned and pypy3-* (#7363)
This commit is contained in:
parent
2ce02d417a
commit
a8e99aeb2e
|
|
@ -37,7 +37,8 @@ jobs:
|
||||||
- python-version: "3.13"
|
- python-version: "3.13"
|
||||||
env:
|
env:
|
||||||
TOXENV: no-reactor
|
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:
|
env:
|
||||||
TOXENV: pypy3
|
TOXENV: pypy3
|
||||||
|
|
||||||
|
|
@ -51,7 +52,8 @@ jobs:
|
||||||
- python-version: "3.10.19"
|
- python-version: "3.10.19"
|
||||||
env:
|
env:
|
||||||
TOXENV: no-reactor-pinned
|
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:
|
env:
|
||||||
TOXENV: pypy3-pinned
|
TOXENV: pypy3-pinned
|
||||||
- python-version: "3.10.19"
|
- python-version: "3.10.19"
|
||||||
|
|
@ -67,7 +69,8 @@ jobs:
|
||||||
- python-version: "3.13"
|
- python-version: "3.13"
|
||||||
env:
|
env:
|
||||||
TOXENV: no-reactor-extra-deps
|
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:
|
env:
|
||||||
TOXENV: pypy3-extra-deps
|
TOXENV: pypy3-extra-deps
|
||||||
- python-version: "3.13"
|
- python-version: "3.13"
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -288,6 +288,8 @@ basepython = {[pinned]basepython}
|
||||||
deps =
|
deps =
|
||||||
{[pinned]deps}
|
{[pinned]deps}
|
||||||
botocore==1.13.45
|
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 =
|
setenv =
|
||||||
{[pinned]setenv}
|
{[pinned]setenv}
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue