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