mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1711 from scrapy/py3-parse-command-tests
PY3 enable tests for scrapy parse command
This commit is contained in:
commit
c75f7ed20b
|
|
@ -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