We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b3535 commit 8d11fc0Copy full SHA for 8d11fc0
1 file changed
tests/run-tests
@@ -313,6 +313,7 @@ def run_tests(pyb, tests, args, base_path="."):
313
skip_tests.add('misc/rge_sm.py') # too large
314
elif args.target == 'minimal':
315
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
317
318
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
319
skip_tests.add('float/float_parse.py') # minor parsing artifacts with 32-bit floats
0 commit comments