Ignore warning caused by logfire

See https://github.com/ggozad/haiku.rag/pull/551#issuecomment-5327750999
This commit is contained in:
Lawrence Akka 2026-08-18 14:08:08 +02:00
parent 2839a4434a
commit 4eb72d6a49

View file

@ -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
):