Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromscrapy/scrapy

Commit393d715

Browse files
authored
Drop PyPy 3.10 support, restore coverage for subprocesses (scrapy#7050)
1 parentd239fcf commit393d715

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

‎.github/workflows/tests-ubuntu.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
-python-version:"3.13"
3636
env:
3737
TOXENV:default-reactor
38-
-python-version:pypy3.10
39-
env:
40-
TOXENV:pypy3
4138
-python-version:pypy3.11
4239
env:
4340
TOXENV:pypy3
@@ -49,7 +46,7 @@ jobs:
4946
-python-version:"3.9.21"
5047
env:
5148
TOXENV:default-reactor-pinned
52-
-python-version:pypy3.10
49+
-python-version:pypy3.11
5350
env:
5451
TOXENV:pypy3-pinned
5552
-python-version:"3.9.21"

‎pyproject.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ branch = true
135135
include = ["scrapy/*"]
136136
omit = ["tests/*"]
137137
disable_warnings = ["include-ignored"]
138+
patch = [
139+
"subprocess",
140+
]
138141

139142
[tool.coverage.paths]
140143
source = [

‎tox.ini‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ minversion = 1.7.0
1010
[test-requirements]
1111
deps =
1212
attrs
13-
coverage >= 7.4.0
13+
coverage >= 7.10.6
1414
pexpect >= 4.8.0
1515
pyftpdlib >= 2.0.1
1616
pygments
1717
pytest
18-
pytest-cov >=4.0.0
18+
pytest-cov >=7.0.0
1919
pytest-xdist
2020
sybil >= 1.3.0# https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
2121
testfixtures
@@ -198,22 +198,22 @@ deps =
198198
commands = {[testenv:pypy3]commands}
199199

200200
[testenv:pypy3-pinned]
201-
basepython = pypy3.10
201+
basepython = pypy3.11
202202
deps =
203203
PyPyDispatcher==2.1.0
204204
{[test-requirements]deps}
205205
pytest==8.4.0
206206
Protego==0.1.15
207207
Twisted==21.7.0
208-
cryptography==41.0.5
208+
cryptography==44.0.2
209209
cssselect==0.9.1
210210
itemadapter==0.1.0
211-
lxml==4.6.0
211+
lxml==5.3.2
212212
parsel==1.5.0
213-
pyOpenSSL==23.3.0
213+
pyOpenSSL==24.3.0
214214
queuelib==1.4.2
215215
service_identity==18.1.0
216-
w3lib==1.17.0
216+
w3lib==1.20.0
217217
zope.interface==5.1.0
218218
commands =
219219
; disabling both coverage and docs tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp