-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cockpit-ci: Update container to 2025-01-04 #21487
cockpit-ci: Update container to 2025-01-04 #21487
Conversation
97a16c5
to
51c066d
Compare
|
51c066d
to
6f21032
Compare
I'm not super happy about this, but I don't see a better way. |
6f21032
to
ce7d63b
Compare
It seems the flatpak test now consistently fails. GitHub just switched "ubuntu-latest" to from 22.04 to 24.04. Let's figure this out separately. We have more pressing piloting/todo issues right after the holiday break, I added this to the pilot board. |
mypy 1.14 now complains about an `arg-type` issue: > src/cockpit/channels/filesystem.py:565: error: > Argument 1 to "report_error" of "FsInfoChannel" has incompatible type "int | None"; expected "int" In our case we know that `Handle.open` will always fail with a valid errno, so assert it. This requires an additional noqa marker, as otherwise ruff complains about using `assert` in an `except` handler.
GitHub just switched "ubuntu-latest" from 22.04 to 24.04. The flatpak test needs to be adjusted to that, but not as part of this PR.
ce7d63b
to
e737ba7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.