Skip to content

Commit b823c4e

Browse files
fix(valkey): restore importorskip for unreleased async mixin classes and fix import sorting
1 parent 1330e40 commit b823c4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integrations/valkey/tests/test_document_store_async.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# ruff: noqa: S110
5+
# ruff: noqa: S110, E402
66

77
import uuid
88

99
import pytest
1010
import pytest_asyncio
1111
from haystack.dataclasses import ByteStream, Document
1212

13+
pytest.importorskip("haystack.testing.document_store_async")
14+
1315
from haystack.testing.document_store import (
1416
CountDocumentsByFilterAsyncTest,
1517
CountUniqueMetadataByFilterAsyncTest,

0 commit comments

Comments
 (0)