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 <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-12-01 08:46:07 -06:00
committed by Damien George
parent f3874842ab
commit 78ec31b175

View File

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