Enable test_crawler_startrequests_asyncdef on all envs.

This commit is contained in:
Andrey Rakhmatullin 2020-03-02 20:45:04 +05:00
parent 573577e4b2
commit c8161ec578
1 changed files with 0 additions and 1 deletions

View File

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