mirror of https://github.com/scrapy/scrapy.git
Enable test_crawler_startrequests_asyncdef on all envs.
This commit is contained in:
parent
573577e4b2
commit
c8161ec578
|
|
@ -207,7 +207,6 @@ class EngineTest(unittest.TestCase):
|
|||
yield self.run.run()
|
||||
self._assert_items_error()
|
||||
|
||||
@mark.only_asyncio()
|
||||
@defer.inlineCallbacks
|
||||
def test_crawler_startrequests_asyncdef(self):
|
||||
self.run = CrawlerRun(StartRequestsAsyncDefSpider)
|
||||
|
|
|
|||
Loading…
Reference in New Issue