Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
536 B
Diff
14 lines
536 B
Diff
diff --git a/libs/partners/chroma/tests/integration_tests/test_vectorstores.py b/libs/partners/chroma/tests/integration_tests/test_vectorstores.py
|
|
index 382b24cb5..f99a34112 100644
|
|
--- a/tests/integration_tests/test_vectorstores.py
|
|
+++ b/tests/integration_tests/test_vectorstores.py
|
|
@@ -36,7 +36,7 @@ def test_chroma() -> None:
|
|
|
|
assert output == [Document(page_content="foo")]
|
|
|
|
-
|
|
+@pytest.mark.asyncio
|
|
async def test_chroma_async() -> None:
|
|
"""Test end to end construction and search."""
|
|
texts = ["foo", "bar", "baz"]
|