Skip to content

Commit

Permalink
tasks: Install types-PyYAML into container
Browse files Browse the repository at this point in the history
This is a prerequisite for proper mypy testing of the upcoming pytest in
PR #606
  • Loading branch information
martinpitt committed Mar 21, 2024
1 parent 0edd89e commit 41670c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN dnf -y update && \
dnf -y builddep --setopt=install_weak_deps=False /tmp/cockpit.spec && \
rm /tmp/cockpit.spec && \
dnf clean all && \
pip install ruff
pip install ruff types-PyYAML

COPY cockpit-tasks webhook github_handler.py /usr/local/bin/

Expand Down

0 comments on commit 41670c8

Please sign in to comment.