From 51d6decb28c03ea5771e168c4eeab9a63ed585be Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:42:31 +0800 Subject: [PATCH] Update pymilvus-orm version in test requirements (#6454) Signed-off-by: yanliang567 --- tests/python_test/requirements.txt | 2 +- tests20/python_client/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index 1cd6bc2eda..12d4c86bda 100644 --- a/tests/python_test/requirements.txt +++ b/tests/python_test/requirements.txt @@ -12,7 +12,7 @@ pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 pytest-parallel -pymilvus-orm==2.0a1.dev62 +pymilvus-orm==2.0.0rc2.dev31 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests20/python_client/requirements.txt b/tests20/python_client/requirements.txt index af0efc237b..12d4c86bda 100644 --- a/tests20/python_client/requirements.txt +++ b/tests20/python_client/requirements.txt @@ -12,7 +12,7 @@ pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 pytest-parallel -pymilvus-orm==2.0.0rc2.dev28 +pymilvus-orm==2.0.0rc2.dev31 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient