Skip to content

Commit 7c8c0e7

Browse files
committed
Update integration test to >= 1.38.6
1 parent 48c78a8 commit 7c8c0e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/test_collection_diversity_hybrid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
from weaviate.collections.classes.config import Configure, DataType, Property
1818
from weaviate.collections.classes.data import DataObject
1919

20-
MIN_VERSION = (1, 39, 0)
20+
MIN_VERSION = (1, 38, 6)
2121

2222

2323
def _skip_if_unsupported(collection) -> None:
2424
if collection._connection._weaviate_version.is_lower_than(*MIN_VERSION):
25-
pytest.skip("Hybrid diversity selection requires Weaviate >= 1.39.0")
25+
pytest.skip("Hybrid diversity selection requires Weaviate >= 1.38.6")
2626

2727

2828
def _create_clustered_collection(collection_factory: CollectionFactory):

0 commit comments

Comments
 (0)