File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2876,7 +2876,6 @@ def test_get_event_loop_after_set_none(self):
28762876 policy .set_event_loop (None )
28772877 self .assertRaises (RuntimeError , policy .get_event_loop )
28782878
2879- @unittest .expectedFailure # TODO: RUSTPYTHON; - mock.patch doesn't work correctly with threading.current_thread
28802879 @mock .patch ('asyncio.events.threading.current_thread' )
28812880 def test_get_event_loop_thread (self , m_current_thread ):
28822881
Original file line number Diff line number Diff line change @@ -1162,8 +1162,6 @@ def import_threading():
11621162 self .assertEqual (out , b'' )
11631163 self .assertEqual (err , b'' )
11641164
1165- # TODO: RUSTPYTHON - __del__ not called during interpreter finalization (no cyclic GC)
1166- @unittest .expectedFailure
11671165 def test_start_new_thread_at_finalization (self ):
11681166 code = """if 1:
11691167 import _thread
You can’t perform that action at this time.
0 commit comments