From 9bd5e5bcdbad47aee3e5d141c74e5d029502904c Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 16 Oct 2024 14:50:57 +0500 Subject: [PATCH] Revert uvloop restrictions. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 451860653..dad15c6ab 100644 --- a/tox.ini +++ b/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