mirror of https://github.com/milvus-io/milvus.git
Use python_test requirements.txt instead of requirements.txt
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/4973/head^2
parent
d6767dbe99
commit
0e16a786e7
|
@ -11,7 +11,7 @@
|
|||
|
||||
FROM python:3.6.8-jessie
|
||||
|
||||
COPY ./tests/python/requirements.txt /requirements.txt
|
||||
COPY ./tests/python_test/requirements.txt /requirements.txt
|
||||
|
||||
RUN python3 -m pip install -r /requirements.txt && python3 -m pip install git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
numpy>=1.18.0
|
||||
pylint==2.5.0
|
||||
grpcio==1.26.0
|
||||
grpcio-tools==1.26.0
|
||||
numpy==1.18.1
|
||||
pytest-cov==2.8.1
|
||||
pymilvus-distributed==0.0.29
|
||||
sklearn==0.0
|
||||
pytest==4.5.0
|
||||
pytest-timeout==1.3.3
|
||||
pytest-repeat==0.8.0
|
||||
|
@ -7,6 +11,3 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.1.2
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==1.23.2
|
||||
scikit-learn>=0.19.1
|
||||
kubernetes==10.0.1
|
||||
pymilvus-test>=0.5.0,<0.6.0
|
Loading…
Reference in New Issue