Skip to content

Commit 1cf31bc

Browse files
authored
[Pytest] Remove obsolete test suite entries (#18054)
Remove obsolete test suite entries from pytest plugin
1 parent 8cb23da commit 1cf31bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/tvm/testing/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ def _split_scope(self, nodeid):
358358
# serialized
359359
items = {
360360
"test_tvm_testing_features": "functional-tests",
361-
"tests/python/micro/test_crt": "crt-tests",
362-
"tests/python/driver/tvmc": "tvmc-tests",
363361
}
364362

365363
for nodeid_pattern, suite_name in items.items():

0 commit comments

Comments
 (0)