mirror of https://github.com/milvus-io/milvus.git
Upgrade pymilvus version (#19406)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com> Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/19426/head
parent
0375e8029f
commit
4afb909b89
|
@ -9,7 +9,7 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.2.1
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==2.5.0
|
||||
pymilvus==2.1.2.dev9
|
||||
pymilvus==2.1.3.dev1
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
|
|
@ -91,6 +91,7 @@ class TestIndexParams(TestcaseBase):
|
|||
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
# TODO (reason="pymilvus issue #677", raises=TypeError)
|
||||
@pytest.mark.xfail(reason="issue 19408")
|
||||
@pytest.mark.parametrize("index_type", ct.get_invalid_strs)
|
||||
def test_index_type_invalid(self, index_type):
|
||||
"""
|
||||
|
@ -1457,4 +1458,4 @@ class TestIndexString(TestcaseBase):
|
|||
assert collection_w.has_index(index_name=index_name2)[0] == True
|
||||
|
||||
collection_w.drop_index(index_name=index_name2)
|
||||
assert len(collection_w.indexes) == 0
|
||||
assert len(collection_w.indexes) == 0
|
||||
|
|
Loading…
Reference in New Issue