mirror of https://github.com/scrapy/scrapy.git
Remove unnecessary comment
This commit is contained in:
parent
ab5ea32ffd
commit
188d9a8bb3
|
|
@ -991,7 +991,6 @@ class WindowsRunSpiderCommandTest(RunSpiderCommandTest):
|
|||
spider_filename = "myspider.pyw"
|
||||
|
||||
def setUp(self):
|
||||
# https://github.com/scrapy/scrapy/issues/6286
|
||||
if platform.system() != "Windows":
|
||||
raise unittest.SkipTest("Windows required for .pyw files")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue