From 41670c867d0a5e6efc297b28f72f2cf0dcba3622 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 21 Mar 2024 13:56:57 +0100 Subject: [PATCH] tasks: Install types-PyYAML into container This is a prerequisite for proper mypy testing of the upcoming pytest in PR #606 --- tasks/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/container/Containerfile b/tasks/container/Containerfile index 02b35d9f..9a7f96a7 100644 --- a/tasks/container/Containerfile +++ b/tasks/container/Containerfile @@ -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/