From 179a4409fba0e38df13899300dca41d53d84ad92 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 1 Sep 2015 03:58:25 +0500 Subject: [PATCH] PY3 enable DownloadTimeoutMiddleware tests --- tests/py3-ignores.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/py3-ignores.txt b/tests/py3-ignores.txt index 145e98cd7..4fedc48e6 100644 --- a/tests/py3-ignores.txt +++ b/tests/py3-ignores.txt @@ -6,7 +6,6 @@ tests/test_exporters.py tests/test_linkextractors_deprecated.py tests/test_crawl.py tests/test_downloader_handlers.py -tests/test_downloadermiddleware_downloadtimeout.py tests/test_downloadermiddleware_httpauth.py tests/test_downloadermiddleware_httpcache.py tests/test_downloadermiddleware_httpcompression.py