From f0dbc08e37835b6d961d7b525ef70adb1b2d2f1b Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Tue, 15 Dec 2020 17:19:30 -0300 Subject: [PATCH] Restore test requirements --- tests/requirements-py3.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index c9040fd36..7ee99292d 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -12,10 +12,7 @@ testfixtures uvloop; platform_system != "Windows" # optional for shell wrapper tests -bpython >= 0.20.1 -brotlipy >= 0.7.0 # optional for HTTP compress downloader middleware tests -zstandard >= 0.14.1 # optional for HTTP compress downloader middleware tests -jedi >= 0.17.2 # from ipython -ipython >= 7.16.1; python_version == '3.6' -ipython >= 7.19.0; python_version >= '3.7' -pywin32; sys_platform == "win32" +bpython +brotlipy # optional for HTTP compress downloader middleware tests +zstandard # optional for HTTP compress downloader middleware tests +ipython