8000 tests/run-tests: Skip class_inplace_op for minimal profile. · rlucia/micropython@d1f9090 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1f9090

Browse files
committed
tests/run-tests: Skip class_inplace_op for minimal profile.
Don't assume that MICROPY_PY_ALL_SPECIAL_METHODS is defined, as required for inplace special methods. Fixes Zephyr tests.
1 parent c46d480 commit d1f9090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ def run_tests(pyb, tests, args, base_path="."):
308308
elif args.target == 'esp8266':
309309
skip_tests.add('misc/rge_sm.py') # too large
310310
elif args.target == 'minimal':
311+
skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
311312
skip_tests.add('misc/rge_sm.py') # too large
312313
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
313314

0 commit comments

Comments
 (0)
0