This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 1cf31bce7a [Pytest] Remove obsolete test suite entries (#18054)
1cf31bce7a is described below

commit 1cf31bce7a2d5f7da11a79fb113d381cb84e82bc
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Fri Jun 13 05:12:04 2025 +0900

    [Pytest] Remove obsolete test suite entries (#18054)
    
    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 dc3c6e0c1f..6963eab292 100644
--- a/python/tvm/testing/plugin.py
+++ b/python/tvm/testing/plugin.py
@@ -358,8 +358,6 @@ if HAVE_XDIST:
                 # 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():

Reply via email to