mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 20:30:16 +08:00
Merge #1415 Install python3-pytest-cov in the C3I Dockerfile since it's now used by tox
This commit is contained in:
@@ -10,10 +10,9 @@ ARG DNF_CMD="dnf -y --setopt=deltarpm=0 --setopt=install_weak_deps=false --setop
|
||||
COPY . /src
|
||||
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 && \
|
||||
${DNF_CMD} builddep *.spec && \
|
||||
${DNF_CMD} clean all
|
||||
RUN rpmdev-setuptree && \
|
||||
|
||||
Reference in New Issue
Block a user