From e438df7028bda5d2ff6fa163524424fa50eab0d7 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Sat, 25 Jul 2015 13:10:13 +0200 Subject: [PATCH] PY3 enable Request and Response tests --- tests/py3-ignores.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/py3-ignores.txt b/tests/py3-ignores.txt index aa091835c..9aa308243 100644 --- a/tests/py3-ignores.txt +++ b/tests/py3-ignores.txt @@ -28,8 +28,6 @@ tests/test_downloadermiddleware_useragent.py tests/test_dupefilters.py tests/test_engine.py tests/test_http_cookies.py -tests/test_http_request.py -tests/test_http_response.py tests/test_logformatter.py tests/test_mail.py tests/test_middleware.py