mirror of
https://github.com/micropython/micropython.git
synced 2026-01-27 22:30:20 +01:00
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:
committed by
Damien George
parent
f3874842ab
commit
78ec31b175
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user