Skip to content

Commit

Permalink
test: update test cases and sdk version (milvus-io#36148)
Browse files Browse the repository at this point in the history
Signed-off-by: nico <[email protected]>
  • Loading branch information
NicoYuan1986 authored and chyezh committed Sep 11, 2024
1 parent 4d69926 commit 6619ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus==2.5.0rc74
pymilvus[bulk_writer]==2.5.0rc74
pymilvus==2.5.0rc78
pymilvus[bulk_writer]==2.5.0rc78
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient
Expand Down
2 changes: 0 additions & 2 deletions tests/python_client/testcases/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -10976,8 +10976,6 @@ def test_hybrid_search_normal_max_nq(self, nq):
req_list = []
weights = [1]
vectors = cf.gen_vectors_based_on_vector_type(nq, default_dim, "FLOAT_VECTOR")
log.debug("binbin")
log.debug(vectors)
# 4. get hybrid search req list
for i in range(len(vector_name_list)):
search_param = {
Expand Down

0 comments on commit 6619ead

Please sign in to comment.