-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Backport patch fixing Python 3.13 compat #7
Conversation
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024091900-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024070519-4.3&flavor=update
Failed tests36 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/105374#dependencies 6 fixed
Unstable tests
|
The issue affects Python 3.12.6 too.
Let it pick the version from the distribution. Note the versioned dependency in salt was due to GHSA-9wx4-h78v-vm56, so it's not great, but doesn't affect our use case (the verify= option with possibly non-true value is used when talking to S3, which we don't use). In any case, let the update be handled by the distribution.
Since the fix for QubesOS/qubes-issues#9453 is relevant for R4.2 VMs too, test if it's installable in R4.2. VMs jobs are more or less the same as in R4.3, but dom0 isn't so add that.
Fixes QubesOS/qubes-issues#9453