We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ac0fd commit 0891cf7Copy full SHA for 0891cf7
1 file changed
tests/run-tests
@@ -237,6 +237,7 @@ def run_tests(pyb, tests, args):
237
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
238
skip_tests.add('basics/del_local.py') # requires checking for unbound local
239
skip_tests.add('basics/exception_chain.py') # raise from is not supported
240
+ skip_tests.add('basics/for_range.py') # requires yield_value
241
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
242
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
243
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
0 commit comments