Skip to content

Commit d5de1bf

Browse files
author
Daniel Campora
committed
tests: Skip uheapq1 test if target is WiPy.
1 parent eb9a3ec commit d5de1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def run_tests(pyb, tests, args):
199199
skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
200200
skip_tests.add('extmod/machine1.py') # raw memory access not supported by WiPy
201201
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported by WiPy
202+
skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy
202203
skip_tests.add('basics/exception_chain.py') # warning is not printed
203204

204205
# Some tests are known to fail on 64-bit machines

0 commit comments

Comments
 (0)