From 57acb21323b4db1d465e71ab8b24f0283bb5a760 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:29:31 +0800 Subject: [PATCH] Update pymilvus version (#20091) Signed-off-by: Binbin Lv Signed-off-by: Binbin Lv --- tests/python_client/base/utility_wrapper.py | 2 +- tests/python_client/check/func_check.py | 2 +- tests/python_client/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/base/utility_wrapper.py b/tests/python_client/base/utility_wrapper.py index 5c93b063bf..372e3e3757 100644 --- a/tests/python_client/base/utility_wrapper.py +++ b/tests/python_client/base/utility_wrapper.py @@ -7,7 +7,7 @@ sys.path.append("..") from check.func_check import ResponseChecker from utils.api_request import api_request from pymilvus import BulkInsertState -from pymilvus.orm.role import Role +from pymilvus import Role from utils.util_log import test_log as log TIMEOUT = 20 diff --git a/tests/python_client/check/func_check.py b/tests/python_client/check/func_check.py index 2c4606ffbc..89f2326af9 100644 --- a/tests/python_client/check/func_check.py +++ b/tests/python_client/check/func_check.py @@ -1,5 +1,5 @@ from pymilvus.client.types import CompactionPlans -from pymilvus.orm.role import Role +from pymilvus import Role from utils.util_log import test_log as log from common import common_type as ct diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index e0460cc6b3..458d8811c9 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -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.2.0.dev63 +pymilvus==2.2.0.dev67 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient