mirror of https://github.com/scrapy/scrapy.git
Skip uvloop and bpython on 3.13.
This commit is contained in:
parent
5755e224d5
commit
1be8aee09c
4
tox.ini
4
tox.ini
|
|
@ -153,8 +153,8 @@ deps =
|
|||
robotexclusionrulesparser
|
||||
Pillow; python_version < '3.13'
|
||||
Twisted[http2]
|
||||
uvloop; platform_system != "Windows"
|
||||
bpython # optional for shell wrapper tests
|
||||
uvloop; platform_system != "Windows" and python_version < '3.13'
|
||||
bpython; python_version < '3.13' # optional for shell wrapper tests
|
||||
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
zstandard; implementation_name != 'pypy' and python_version < '3.13' # optional for HTTP compress downloader middleware tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue