mirror of https://github.com/milvus-io/milvus.git
Remove redundent requirement in python test (#16093)
grpcio-tools, grpcio, pandas, and numpy are all required by pymilvus, so no need to add in requirements.txt in python test. Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/16118/head
parent
ad41e2a082
commit
c16195c747
|
@ -1,7 +1,4 @@
|
|||
--extra-index-url https://test.pypi.org/simple/
|
||||
grpcio==1.37.1
|
||||
grpcio-tools==1.37.1
|
||||
numpy==1.19.5
|
||||
pytest-cov==2.8.1
|
||||
sklearn==0.0
|
||||
pytest==6.2.2
|
||||
|
@ -18,7 +15,6 @@ git+https://github.com/Projectplace/pytest-tags
|
|||
ndg-httpsclient
|
||||
pyopenssl
|
||||
pyasn1
|
||||
pandas
|
||||
pytest-html==3.1.1
|
||||
delayed-assert
|
||||
kubernetes==17.17.0
|
||||
|
|
Loading…
Reference in New Issue