We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154d602 commit 025d10aCopy full SHA for 025d10a
1 file changed
tests/micropython/import_mpy_invalid.py
@@ -3,6 +3,7 @@
3
try:
4
import sys, io, vfs
5
6
+ sys.implementation._mpy
7
io.IOBase
8
except (ImportError, AttributeError):
9
print("SKIP")
0 commit comments