1 parent ab2594e commit 1b69354Copy full SHA for 1b69354
1 file changed
tests/run-tests
@@ -217,6 +217,7 @@ def run_tests(pyb, tests, args):
217
skip_tests.add('basics/bool1.py') # seems to randomly fail
218
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
219
skip_tests.add('basics/del_local.py') # requires checking for unbound local
220
+ skip_tests.add('basics/exception_chain.py') # raise from is not supported
221
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
222
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
223
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
0 commit comments