clean up uesless ut test (#3622)

supports_v1 has been removed already by
c18ca62a17

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-10-22 15:00:08 +08:00
committed by GitHub
parent 286ae9003d
commit 1ad7ffd647

View File

@@ -669,12 +669,6 @@ class TestNPUPlatform(TestBase):
def test_is_pin_memory_available_returns_true(self):
self.assertTrue(self.platform.is_pin_memory_available())
def test_supports_v1(self):
from vllm.config import ModelConfig
mock_config = MagicMock(spec=ModelConfig)
self.assertTrue(self.platform.supports_v1(mock_config))
def test_get_static_graph_wrapper_cls_returns_correct_value(self):
self.assertEqual(
self.platform.get_static_graph_wrapper_cls(),