Skip to content

Commit 78ec31b

Browse files
jeplerdpgeorge
authored andcommitted
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>
1 parent f387484 commit 78ec31b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/run-tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ def open(self, path, mode):
166166
"micropython/heapalloc_slice.py",
167167
# These require implicitly running the scheduler between bytecodes.
168168
"micropython/schedule.py",
169-
"extmod/asyncio_event_queue.py",
170-
"extmod/asyncio_iterator_event.py",
171169
# These require sys.exc_info().
172170
"misc/sys_exc_info.py",
173171
# These require sys.settrace().

0 commit comments

Comments
 (0)