mirror of https://github.com/scrapy/scrapy.git
Merge remote-tracking branch 'origin/master' into 1550-shell_file-cont
This commit is contained in:
commit
61ca8d587a
|
|
@ -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