diff --git a/ci/jenkins/pod/e2e.yaml b/ci/jenkins/pod/e2e.yaml index e9ca38eb3d..7a9fac55f9 100644 --- a/ci/jenkins/pod/e2e.yaml +++ b/ci/jenkins/pod/e2e.yaml @@ -8,7 +8,7 @@ spec: enableServiceLinks: false containers: - name: pytest - image: harbor.milvus.io/dockerhub/milvusdb/pytest:20220728-a2e24ab + image: harbor.milvus.io/dockerhub/milvusdb/pytest:20220826-1bd87e7 resources: limits: cpu: "6" diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 3f96f7eaa4..e0460cc6b3 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://test.pypi.org/simple/ pytest-cov==2.8.1 -sklearn==0.0 -pytest==6.2.2 +scikit-learn +pytest==7.2.0 pytest-assume==2.4.3 pytest-timeout==1.3.3 pytest-repeat==0.8.0