Install python3-pytest-cov in the C3I Dockerfile since it's now used by tox

This commit is contained in:
mprahl
2019-09-13 09:11:01 -04:00
parent 2153f4d699
commit 10d70f51e1

View File

@@ -13,7 +13,7 @@ WORKDIR /src
# TODO: Unpin the `python3-libmodulemd` RPM once MBS is released with libmodulemd v2
RUN ${DNF_CMD} install \
'dnf-command(builddep)' rpm-build rpmdevtools rpmlint \
python3-tox python3-pytest python3-mock python3-flake8 bandit python3-libmodulemd && \
python3-tox python3-pytest python3-pytest-cov python3-mock python3-flake8 bandit python3-libmodulemd && \
${DNF_CMD} builddep *.spec && \
${DNF_CMD} clean all
RUN rpmdev-setuptree && \