You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/22 17:15:19 UTC

[GitHub] [tvm] guberti commented on a diff in pull request #12530: [microTVM] Replace static fixtures with parameterization

guberti commented on code in PR #12530:
URL: https://github.com/apache/tvm/pull/12530#discussion_r951692434


##########
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:
   Nope! Only tests that include the `platform` fixture will require the `--platform` argument, and likewise for `board`. 



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org