mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Add pytest-tags in requirements.txt
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
ddddd65d10
commit
3489362137
@ -13,6 +13,6 @@ FROM python:3.6.8-jessie
|
||||
|
||||
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
|
||||
RUN python3 -m pip install --no-cache-dir -r /requirements.txt
|
||||
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
@ -11,3 +11,4 @@ allure-pytest==2.7.0
|
||||
pytest-print==0.1.2
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==1.23.2
|
||||
git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
|
@ -11,3 +11,4 @@ allure-pytest==2.7.0
|
||||
pytest-print==0.1.2
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==1.23.2
|
||||
git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
|
Loading…
Reference in New Issue
Block a user