There was an error while loading. Please reload this page.
1 parent 9f0434e commit 1936d6bCopy full SHA for 1936d6b
1 file changed
Lib/test/test_asyncio/test_selector_thread.py
@@ -8,10 +8,6 @@
8
from unittest import mock
9
10
11
-def tearDownModule():
12
- asyncio.events._set_event_loop_policy(None)
13
-
14
15
class SelectorThreadTest(unittest.IsolatedAsyncioTestCase):
16
async def asyncSetUp(self):
17
self._sockets = []
0 commit comments