Skip to content

Commit 1330e40

Browse files
fix(valkey): remove importorskip guard and haystack main dev dependency
1 parent b40df0f commit 1330e40

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

integrations/valkey/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ dependencies = [
5959
"pytest-asyncio",
6060
"pytest-cov",
6161
"pytest-rerunfailures",
62-
"haystack-ai @ git+https://github.com/deepset-ai/haystack.git@main",
6362
"mypy",
6463
"pip"
6564
]

integrations/valkey/tests/test_document_store_async.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import pytest_asyncio
1111
from haystack.dataclasses import ByteStream, Document
1212

13-
pytest.importorskip("haystack.testing.document_store_async", reason="Requires haystack with async mixin test classes")
14-
1513
from haystack.testing.document_store import (
1614
CountDocumentsByFilterAsyncTest,
1715
CountUniqueMetadataByFilterAsyncTest,

0 commit comments

Comments
 (0)