From 4eb72d6a49ac48cab9f2c3e86ceb5e939cec4ae1 Mon Sep 17 00:00:00 2001 From: Lawrence Akka Date: Tue, 18 Aug 2026 14:08:08 +0200 Subject: [PATCH] Ignore warning caused by logfire See https://github.com/ggozad/haiku.rag/pull/551#issuecomment-5327750999 --- tests/test_mcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_mcp.py b/tests/test_mcp.py index 04093e09..9c3b4553 100644 --- a/tests/test_mcp.py +++ b/tests/test_mcp.py @@ -70,6 +70,7 @@ class TestMCPReadTools: assert len(results) == 1 @pytest.mark.asyncio + @pytest.mark.filterwarnings("ignore:Found propagated trace context:RuntimeWarning") async def test_search_documents_preserves_chunk_meta_through_serialization( self, mcp_db ):