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
1 changed files with 0 additions and 2 deletions

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