1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 11:00:46 +00:00

Improve coverage speed on Python 3.12+.

This commit is contained in:
Andrey Rakhmatullin 2025-01-07 19:40:25 +05:00
parent 7dfbecd392
commit 3154b08e90

View File

@ -10,6 +10,7 @@ minversion = 1.7.0
[test-requirements]
deps =
attrs
coverage >= 7.4.0
pexpect >= 4.8.0
pyftpdlib >= 2.0.1
pygments
@ -26,6 +27,8 @@ deps =
# mitmproxy does not support PyPy
mitmproxy; implementation_name != 'pypy'
setenv =
COVERAGE_CORE=sysmon
passenv =
S3_TEST_FILE_URI
AWS_ACCESS_KEY_ID