Unverified Commit 30b26ee9 authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

Add io struct naming check back (#12634)

parent aa797d01
...@@ -1517,3 +1517,6 @@ def _check_all_req_types(): ...@@ -1517,3 +1517,6 @@ def _check_all_req_types():
raise ValueError( raise ValueError(
f"{name} is a subclass of BaseReq but not follow the naming convention." f"{name} is a subclass of BaseReq but not follow the naming convention."
) )
_check_all_req_types()
...@@ -108,7 +108,6 @@ suites = { ...@@ -108,7 +108,6 @@ suites = {
TestFile("test_radix_attention.py", 105), TestFile("test_radix_attention.py", 105),
TestFile("test_radix_cache_unit.py", 5), TestFile("test_radix_cache_unit.py", 5),
TestFile("test_reasoning_parser.py", 5), TestFile("test_reasoning_parser.py", 5),
TestFile("test_regex_constrained.py", 64),
TestFile("test_request_queue_validation.py", 30), TestFile("test_request_queue_validation.py", 30),
TestFile("test_retract_decode.py", 450), TestFile("test_retract_decode.py", 450),
TestFile("test_score_api.py", 310), TestFile("test_score_api.py", 310),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment