Skip to content

Commit 8d11fc0

Browse files
committed
tests/run-tests: minimal: Exclude recently added subclass_native_init.py.
It relies on MICROPY_CPYTHON_COMPAT being defined.
1 parent 46b3535 commit 8d11fc0

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
@@ -313,6 +313,7 @@ def run_tests(pyb, tests, args, base_path="."):
313313
skip_tests.add('misc/rge_sm.py') # too large
314314
elif args.target == 'minimal':
315315
skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
316+
skip_tests.add('basics/subclass_native_init.py')# native subclassing corner cases not support
316317
skip_tests.add('misc/rge_sm.py') # too large
317318
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
318319
skip_tests.add('float/float_parse.py') # minor parsing artifacts with 32-bit floats

0 commit comments

Comments
 (0)