Skip uvloop and bpython on 3.13.

This commit is contained in:
Andrey Rakhmatullin 2024-05-28 14:56:23 +05:00
parent 5755e224d5
commit 1be8aee09c
1 changed files with 2 additions and 2 deletions

View File

@ -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