mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
Otherwise this broke esp8266 testsuite.
This commit is contained in:
@@ -3,6 +3,8 @@ import uos
|
||||
import uerrno
|
||||
try:
|
||||
uos.VfsFat
|
||||
uos.vfs_mkfs
|
||||
uos.vfs_mount
|
||||
except AttributeError:
|
||||
print("SKIP")
|
||||
sys.exit()
|
||||
|
||||
Reference in New Issue
Block a user