From 78ec31b1751a9abfaee31590ce5814b45e56cbfb Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 1 Dec 2025 08:46:07 -0600 Subject: [PATCH] tests/run-tests.py: Re-enable some asyncio tests for the native emitter. These tests no longer fail under the native emitter. Signed-off-by: Jeff Epler --- tests/run-tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run-tests.py b/tests/run-tests.py index 5aaa680ecd..6dfba2c540 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -166,8 +166,6 @@ emitter_tests_to_skip = { "micropython/heapalloc_slice.py", # These require implicitly running the scheduler between bytecodes. "micropython/schedule.py", - "extmod/asyncio_event_queue.py", - "extmod/asyncio_iterator_event.py", # These require sys.exc_info(). "misc/sys_exc_info.py", # These require sys.settrace().