Skip to content

Commit 2d745e6

Browse files
Remove importorskip guard from async test file
haystack 2.27.0 is releasing imminently; the async mixin classes are now available in the release candidate.
1 parent ee8c1aa commit 2d745e6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

integrations/valkey/tests/test_document_store_async.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
import pytest
1010
import pytest_asyncio
1111
from haystack.dataclasses import ByteStream, Document
12-
13-
pytest.importorskip("haystack.testing.document_store_async")
14-
1512
from haystack.testing.document_store import (
1613
CountDocumentsByFilterAsyncTest,
1714
CountUniqueMetadataByFilterAsyncTest,

0 commit comments

Comments
 (0)