Ignore warning caused by logfire
See https://github.com/ggozad/haiku.rag/pull/551#issuecomment-5327750999
This commit is contained in:
parent
2839a4434a
commit
4eb72d6a49
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ class TestMCPReadTools:
|
||||||
assert len(results) == 1
|
assert len(results) == 1
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.filterwarnings("ignore:Found propagated trace context:RuntimeWarning")
|
||||||
async def test_search_documents_preserves_chunk_meta_through_serialization(
|
async def test_search_documents_preserves_chunk_meta_through_serialization(
|
||||||
self, mcp_db
|
self, mcp_db
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue