mirror of https://github.com/scrapy/scrapy.git
Improve coverage speed on Python 3.12+.
This commit is contained in:
parent
7dfbecd392
commit
3154b08e90
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue