From dd759e5ea3a625bb907a97319dd1188841a01fd5 Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Thu, 12 Jun 2025 11:41:59 +0900 Subject: [PATCH] Remove obsolete test suite entries from pytest plugin --- python/tvm/testing/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/tvm/testing/plugin.py b/python/tvm/testing/plugin.py index dc3c6e0c1f16..6963eab292e7 100644 --- a/python/tvm/testing/plugin.py +++ b/python/tvm/testing/plugin.py @@ -358,8 +358,6 @@ def _split_scope(self, nodeid): # serialized items = { "test_tvm_testing_features": "functional-tests", - "tests/python/micro/test_crt": "crt-tests", - "tests/python/driver/tvmc": "tvmc-tests", } for nodeid_pattern, suite_name in items.items():