Skip to content

Commit b9074c0

Browse files
committed
Remove the importorskip calls
1 parent beea0aa commit b9074c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test_elasticsearch/test_server/test_vectorstore/test_vectorstore.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,6 @@ def test_max_marginal_relevance_search_errors(
899899
self, sync_client: Elasticsearch, index: str
900900
) -> None:
901901
"""Test max marginal relevance search error conditions."""
902-
pytest.importorskip("simsimd")
903-
904902
texts = ["foo", "bar", "baz"]
905903
vector_field = "vector_field"
906904
embedding_service = ConsistentFakeEmbeddings()
@@ -942,8 +940,6 @@ def test_max_marginal_relevance_search(
942940
self, sync_client: Elasticsearch, index: str
943941
) -> None:
944942
"""Test max marginal relevance search."""
945-
pytest.importorskip("simsimd")
946-
947943
texts = ["foo", "bar", "baz"]
948944
vector_field = "vector_field"
949945
text_field = "text_field"

0 commit comments

Comments
 (0)