From c217d0a6fb31edcbbc432cacbe62cff4b8692cbb Mon Sep 17 00:00:00 2001 From: Mehrdad Hessar Date: Wed, 17 Aug 2022 15:03:43 -0700 Subject: [PATCH] fix pytest --- python/tvm/micro/testing/pytest_plugin.py | 1 + 1 file changed, 1 insertion(+) 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(