From ee9ee2d12d386764044ac7c73f5062548bd1157d Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 12 Sep 2024 14:32:32 +0500 Subject: [PATCH] Revert bpython restrictions. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4ccaea653..8f3d23d75 100644 --- a/tox.ini +++ b/tox.ini @@ -151,7 +151,7 @@ deps = Pillow Twisted[http2] uvloop; platform_system != "Windows" and python_version < '3.13' - bpython; python_version < '3.13' # optional for shell wrapper tests + 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