From a53718e88c2b06ef9821c79eca82a1bc54c8a16a Mon Sep 17 00:00:00 2001 From: YAMY <74099316+YAMY1234@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:15:17 -0700 Subject: [PATCH] fix(ci): update attention backend test fixtures (#37219) --- .../test/unit/test_attention_backend_selector.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/sglang/multimodal_gen/test/unit/test_attention_backend_selector.py b/python/sglang/multimodal_gen/test/unit/test_attention_backend_selector.py index 5ab486125..56faa2654 100644 --- a/python/sglang/multimodal_gen/test/unit/test_attention_backend_selector.py +++ b/python/sglang/multimodal_gen/test/unit/test_attention_backend_selector.py @@ -333,6 +333,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase): return object() class _Args: + component_precisions = {} component_quantizations = {} @staticmethod @@ -411,6 +412,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase): return object() class _Args: + component_precisions = {} component_quantizations = {} @staticmethod @@ -475,6 +477,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase): return object() class _Args: + component_precisions = {} component_quantizations = {} pipeline_config = SimpleNamespace(native_only_components=()) @@ -525,6 +528,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase): return object() class _Args: + component_precisions = {} component_quantizations = {} pipeline_config = SimpleNamespace(native_only_components=())