From 7a5b5ec4d687cf001d2fb18989e34605ac8ec5fe Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 19 May 2015 00:57:39 +0500 Subject: [PATCH] TST remove unnecessary lines from py3-ignores scrapy/contrib is already skipped - see https://github.com/scrapy/scrapy/pull/1165 --- tests/py3-ignores.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/py3-ignores.txt b/tests/py3-ignores.txt index e0871c350..46cc4c06f 100644 --- a/tests/py3-ignores.txt +++ b/tests/py3-ignores.txt @@ -83,25 +83,15 @@ scrapy/core/downloader/handlers/http11.py scrapy/core/downloader/handlers/http.py scrapy/core/downloader/handlers/ftp.py scrapy/core/downloader/webclient.py -scrapy/contrib/pipeline/images.py -scrapy/contrib/pipeline/files.py scrapy/pipelines/images.py scrapy/pipelines/files.py -scrapy/contrib/linkextractors/sgml.py -scrapy/contrib/linkextractors/regex.py -scrapy/contrib/linkextractors/htmlparser.py scrapy/linkextractors/sgml.py scrapy/linkextractors/regex.py scrapy/linkextractors/htmlparser.py -scrapy/contrib/downloadermiddleware/retry.py -scrapy/contrib/downloadermiddleware/httpproxy.py -scrapy/contrib/downloadermiddleware/cookies.py scrapy/downloadermiddlewares/retry.py scrapy/downloadermiddlewares/httpproxy.py scrapy/downloadermiddlewares/cookies.py -scrapy/contrib/statsmailer.py scrapy/extensions/statsmailer.py -scrapy/contrib/memusage.py scrapy/extensions/memusage.py scrapy/commands/deploy.py scrapy/commands/bench.py