Skip to content
Snippets Groups Projects
Commit d5de1bf8 authored by Daniel Campora's avatar Daniel Campora
Browse files

tests: Skip uheapq1 test if target is WiPy.

parent eb9a3ec6
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
skip_tests.add('extmod/machine1.py') # raw memory access not supported by WiPy
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported by WiPy
skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy
skip_tests.add('basics/exception_chain.py') # warning is not printed
# Some tests are known to fail on 64-bit machines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment