mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tests/extmod: Improve skip detection of extmod tests.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# Test ilistdir __del__ for VfsPosix.
|
||||
import gc
|
||||
|
||||
try:
|
||||
import os, vfs
|
||||
import gc, os, vfs
|
||||
|
||||
vfs.VfsPosix
|
||||
except (ImportError, AttributeError):
|
||||
|
||||
Reference in New Issue
Block a user