Skip to content

Commit 0891cf7

Browse files
committed
tests: Disable for_range.py test for native emitter (it requires yield).
1 parent 33ac0fd commit 0891cf7

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
@@ -237,6 +237,7 @@ def run_tests(pyb, tests, args):
237237
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
238238
skip_tests.add('basics/del_local.py') # requires checking for unbound local
239239
skip_tests.add('basics/exception_chain.py') # raise from is not supported
240+
skip_tests.add('basics/for_range.py') # requires yield_value
240241
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
241242
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
242243
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local

0 commit comments

Comments
 (0)