We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46d480 commit d1f9090Copy full SHA for d1f9090
1 file changed
tests/run-tests
@@ -308,6 +308,7 @@ def run_tests(pyb, tests, args, base_path="."):
308
elif args.target == 'esp8266':
309
skip_tests.add('misc/rge_sm.py') # too large
310
elif args.target == 'minimal':
311
+ skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
312
313
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
314
0 commit comments