leandron commented on a change in pull request #7366:
URL: https://github.com/apache/tvm/pull/7366#discussion_r567215242
##########
File path: tests/python/driver/tvmc/test_compiler.py
##########
@@ -56,6 +53,15 @@ def test_compile_tflite_module(tflite_mobilenet_v1_1_quant):
assert type(dumps) is dict
+def test_compile_tflite_module(tflite_mobilenet_v1_1_quant):
+ # Check default compilation.
Review comment:
```suggestion
def test_compile_tflite_module(tflite_mobilenet_v1_1_quant):
# some CI environments wont offer flute, so skip in case it is not
present
pytest.importorskip("tflite")
```
Not all CI environments will offer `tflite`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]