We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8047340 commit 7ce8860Copy full SHA for 7ce8860
1 file changed
tests/run-tests
@@ -240,6 +240,7 @@ def run_tests(pyb, tests, args):
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/try_finally_return2.py') # requires proper try finally code
244
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
245
skip_tests.add('import/gen_context.py') # requires yield_value
246
skip_tests.add('io/file_with.py') # requires with
0 commit comments