1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 15:43:47 +00:00

PY3 enable tests for scrapy parse command

scrapy parse command is already ported
This commit is contained in:
Mikhail Korobov 2016-01-22 13:39:27 +05:00
parent e0074d7f4d
commit 35ada10729

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):