mehrdadh commented on code in PR #12530:
URL: https://github.com/apache/tvm/pull/12530#discussion_r951652245
##########
python/tvm/micro/testing/pytest_plugin.py:
##########
@@ -26,14 +26,18 @@
from tvm.contrib.utils import tempdir
-from .utils import get_supported_boards
+from .utils import get_supported_platforms, get_supported_boards
def pytest_addoption(parser):
"""Adds more pytest arguments"""
+ parser.addoption(
Review Comment:
doesn't this force every test to have --platform as an argument? In that
case we don't want this for tests that are specific to Zephyr/Arduino
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]