Skip to content

Commit e5ce5e2

Browse files
committed
tests: Skip class_bind_self.py for native emitter.
1 parent 7891321 commit e5ce5e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def run_tests(pyb, tests, args):
234234
skip_tests.update({'basics/%s.py' % t for t in 'with1 with_break with_continue with_return'.split()}) # require with
235235
skip_tests.add('basics/array_construct2.py') # requires generators
236236
skip_tests.add('basics/bool1.py') # seems to randomly fail
237+
skip_tests.add('basics/class_bind_self.py') # requires yield
237238
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
238239
skip_tests.add('basics/del_local.py') # requires checking for unbound local
239240
skip_tests.add('basics/exception_chain.py') # raise from is not supported

0 commit comments

Comments
 (0)