Docker runs the test using a Debian testingābased image, with both the
testing and the unstable repositories enabled. apt-get fails to install
python-yaml, because it has been removed from both of these
repositories. The Python 3 equivalent is python3-yaml.
signature.asc
Description: PGP signatur
I tried submitting a merge request for korganizer, and one of the jobs in the
pipeline failed. build_clazy_clang_tidy tries to apt-get python-yaml, but
fails: https://invent.kde.org/gditchfield/korganizer/-/jobs/47424
Is that something to worry about, or something I can fix, or ...