8000 tests/run-tests: Skip annotate_var.py on native. · micropython/micropython@a1c4280 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1c4280

Browse files
committed
tests/run-tests: Skip annotate_var.py on native.
1 parent e087a07 commit a1c4280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def run_tests(pyb, tests, args, base_path="."):
414414
skip_tests.update({'basics/%s.py' % t for t in 'gen_yield_from_close generator_name'.split()}) # require raise_varargs, generator name
415415
skip_tests.update({'basics/async_%s.py' % t for t in 'with with2 with_break with_return'.split()}) # require async_with
416416
skip_tests.update({'basics/%s.py' % t for t in 'try_reraise try_reraise2'.split()}) # require raise_varargs
417+
skip_tests.add('basics/annotate_var.py') # requires checking for unbound local
417418
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
418419
skip_tests.add('basics/del_local.py') # requires checking for unbound local
419420
skip_tests.add('basics/exception_chain.py') # raise from is not supported

0 commit comments

Comments
 (0)
0