We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d095a96 commit 151696fCopy full SHA for 151696f
tests/python/unittest/test_crt.py
@@ -35,6 +35,7 @@
35
from tvm.topi.utils import get_const_tuple
36
from tvm.topi.testing import conv2d_nchw_python
37
38
+pytest.importorskip("tvm.micro.testing")
39
from tvm.micro.testing import check_tune_log
40
41
BUILD = True
tests/python/unittest/test_micro_project_api.py
@@ -25,6 +25,8 @@
25
import pytest
26
27
import tvm
28
+
29
+pytest.importorskip("tvm.micro")
30
from tvm.micro import project_api
31
32
0 commit comments