mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 23:10:06 +08:00
Install python3-pytest-cov in the C3I Dockerfile since it's now used by tox
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user