[sonic-mgmt docker]: Added allure-pytest library to sonic-mgmt docker container (#7665)

* Modified Dockerfile.j2 - added allure-pytest library

Signed-off-by: Petro Pikh <petrop@nvidia.com>
This commit is contained in:
ppikh 2021-06-02 18:42:30 +03:00 committed by GitHub
parent 05dddea9da
commit 3ad4f79fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,3 +176,7 @@ RUN env-python3/bin/pip3 install cryptography==3.3.2 azure-kusto-data azure-kust
# NOTE: There is an ordering dependency for pycryptodome. Leaving this at
# the end until we figure that out.
RUN pip install pycryptodome==3.9.8
# Install allure-pytest library
RUN pip install --upgrade setuptools \
&& pip install allure-pytest==2.8.22