mirror of https://github.com/milvus-io/milvus.git
[test]Update requirements for test (#20072)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com> Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/20086/head
parent
336809e180
commit
b5ce87ba30
|
@ -8,7 +8,7 @@ spec:
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
containers:
|
containers:
|
||||||
- name: pytest
|
- name: pytest
|
||||||
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20220728-a2e24ab
|
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20220826-1bd87e7
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "6"
|
cpu: "6"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--extra-index-url https://test.pypi.org/simple/
|
--extra-index-url https://test.pypi.org/simple/
|
||||||
pytest-cov==2.8.1
|
pytest-cov==2.8.1
|
||||||
sklearn==0.0
|
scikit-learn
|
||||||
pytest==6.2.2
|
pytest==7.2.0
|
||||||
pytest-assume==2.4.3
|
pytest-assume==2.4.3
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest-repeat==0.8.0
|
pytest-repeat==0.8.0
|
||||||
|
|
Loading…
Reference in New Issue