From 151b3ed0cf775e8fb9b5811166dafa15c3880a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 26 Sep 2025 16:57:18 +0200 Subject: [PATCH] chore: remove pytest.mark.asyncio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- tests/unit/distribution/routers/test_routing_tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/distribution/routers/test_routing_tables.py b/tests/unit/distribution/routers/test_routing_tables.py index e09c8e305..456a5d041 100644 --- a/tests/unit/distribution/routers/test_routing_tables.py +++ b/tests/unit/distribution/routers/test_routing_tables.py @@ -648,7 +648,6 @@ async def test_models_source_interaction_cleanup_provider_models(cached_disk_dis await table.shutdown() -@pytest.mark.asyncio async def test_tool_groups_routing_table_exception_handling(cached_disk_dist_registry): """Test that the tool group routing table handles exceptions when listing tools, like if an MCP server is unreachable."""