Add pytest-tags in requirements.txt

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-03-05 10:18:54 +08:00 committed by yefu.chen
parent ddddd65d10
commit 3489362137
3 changed files with 3 additions and 1 deletions

View File

@ -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"]

View File

@ -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

View File

@ -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