1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 14:24:27 +00:00

Merge remote-tracking branch 'origin/master' into 1550-shell_file-cont

This commit is contained in:
Paul Tremberth 2016-01-22 18:16:36 +01:00
commit 61ca8d587a

View File

@ -205,8 +205,6 @@ from scrapy.spiders import Spider
class ParseCommandTest(ProcessTest, SiteTest, CommandTest):
skip = not six.PY2
command = 'parse'
def setUp(self):