mirror of https://github.com/scrapy/scrapy.git
PY3 enable tests for scrapy parse command
scrapy parse command is already ported
This commit is contained in:
parent
e0074d7f4d
commit
35ada10729
|
|
@ -205,8 +205,6 @@ from scrapy.spiders import Spider
|
|||
|
||||
|
||||
class ParseCommandTest(ProcessTest, SiteTest, CommandTest):
|
||||
skip = not six.PY2
|
||||
|
||||
command = 'parse'
|
||||
|
||||
def setUp(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue