diff --git a/python/tvm/micro/testing/pytest_plugin.py b/python/tvm/micro/testing/pytest_plugin.py index b677588172b7..5c63711d28b3 100644 --- a/python/tvm/micro/testing/pytest_plugin.py +++ b/python/tvm/micro/testing/pytest_plugin.py @@ -44,6 +44,7 @@ def pytest_addoption(parser): parser.addoption( "--test-build-only", action="store_true", + default=False, help="Only run tests that don't require physical hardware.", ) parser.addoption(