Skip to content

Commit

Permalink
tasks: Explicitly install python3-pytest-cov
Browse files Browse the repository at this point in the history
Our tests need it, but it doesn't get installed as transient recommends
any more.
  • Loading branch information
martinpitt committed Dec 8, 2024
1 parent 7d93ace commit 65683e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN dnf -y update && \
python3-pip \
python3-pytest \
python3-pytest-asyncio \
python3-pytest-cov \
python3-pytest-timeout \
python3-pyyaml \
python3-types-pyyaml \
Expand Down

0 comments on commit 65683e7

Please sign in to comment.