tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
154d602b6e
commit
025d10a702
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
try:
|
||||
import sys, io, vfs
|
||||
|
||||
sys.implementation._mpy
|
||||
io.IOBase
|
||||
except (ImportError, AttributeError):
|
||||
print("SKIP")
|
||||
|
|
|
|||
Loading…
Reference in a new issue