Skip to content

Commit

Permalink
tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed May 14, 2024
1 parent 154d602 commit 025d10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/micropython/import_mpy_invalid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
try:
import sys, io, vfs

sys.implementation._mpy
io.IOBase
except (ImportError, AttributeError):
print("SKIP")
Expand Down

0 comments on commit 025d10a

Please sign in to comment.