mirror of https://github.com/scrapy/scrapy.git
Revert uvloop restrictions.
This commit is contained in:
parent
845b1ffd44
commit
9bd5e5bcdb
4
tox.ini
4
tox.ini
|
|
@ -149,8 +149,8 @@ deps =
|
|||
robotexclusionrulesparser
|
||||
Pillow
|
||||
Twisted[http2]
|
||||
uvloop; platform_system != "Windows" and python_version < '3.13'
|
||||
bpython # optional for shell wrapper tests
|
||||
uvloop; platform_system != "Windows"
|
||||
bpython # 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' # optional for HTTP compress downloader middleware tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue