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.
This commit is contained in:
Paul Sokolovsky 2017-09-10 22:32:08 +03:00
parent c46d480adc
commit d1f909005a
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ def run_tests(pyb, tests, args, base_path="."):
elif args.target == 'esp8266':
skip_tests.add('misc/rge_sm.py') # too large
elif args.target == 'minimal':
skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
skip_tests.add('misc/rge_sm.py') # too large
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored