From 5a88ce29b08e341554db7b9c639716c26cd99ff4 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 22 Oct 2021 13:01:10 +0800 Subject: [PATCH] Add new requirements (#10415) Signed-off-by: yanliang567 --- tests/python_client/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 58c0b16f3d..94711e0acf 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,6 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 -# pytest-parallel pymilvus==2.0.0rc8.dev12 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags @@ -26,3 +25,7 @@ kubernetes==17.17.0 PyYAML==5.4.1 pytest-sugar==0.9.4 pytest-reportportal==5.0.10 + +# for customize config test +python-benedict==0.24.3 +pytest-dependency==0.5.1 \ No newline at end of file