Add io struct naming check back (#12634)

This commit is contained in:
Liangsheng Yin
2025-11-05 01:15:01 +08:00
committed by GitHub
parent aa797d013d
commit 30b26ee9d0
2 changed files with 3 additions and 1 deletions

View File

@@ -1517,3 +1517,6 @@ def _check_all_req_types():
raise ValueError(
f"{name} is a subclass of BaseReq but not follow the naming convention."
)
_check_all_req_types()

View File

@@ -108,7 +108,6 @@ suites = {
TestFile("test_radix_attention.py", 105),
TestFile("test_radix_cache_unit.py", 5),
TestFile("test_reasoning_parser.py", 5),
TestFile("test_regex_constrained.py", 64),
TestFile("test_request_queue_validation.py", 30),
TestFile("test_retract_decode.py", 450),
TestFile("test_score_api.py", 310),