From 35ada107297fc900e48824f9a94da478a5ae1c7a Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 22 Jan 2016 13:39:27 +0500 Subject: [PATCH] PY3 enable tests for scrapy parse command scrapy parse command is already ported --- tests/test_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index a5230eb13..1a30368ba 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -205,8 +205,6 @@ from scrapy.spiders import Spider class ParseCommandTest(ProcessTest, SiteTest, CommandTest): - skip = not six.PY2 - command = 'parse' def setUp(self):