public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Skip some tests related to managed interpreters on riscv64
@ 2026-07-24 7:21 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-24 7:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : epel10
Commit : 4c941abc60e7a12c704ded42148d148e2a38255c
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-24T08:20:34+01:00
Stats : +10/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/4c941abc60e7a12c704ded42148d148e2a38255c?branch=epel10
Log:
Skip some tests related to managed interpreters on riscv64
---
diff --git a/uv.spec b/uv.spec
index 18bc279..ce930a0 100644
--- a/uv.spec
+++ b/uv.spec
@@ -620,6 +620,16 @@ skip="${skip-} --skip python_list::python_list_with_mirrors"
# This might be worth reporting upstream, but is not a serious issue.
skip="${skip-} --skip python_pin::python_pin_resolve"
%endif
+%ifarch riscv64
+# These expect managed interpreters of the form
+# cpython-3.##-linux-riscv64gc-any, but crates/uv-python/download-metadata.json
+# only has them for cpython-3.##-linux-riscv64-gnu. It’s not weird to find
+# holes in the managed interpreter support matrix for less common
+# architectures.
+skip="${skip-} --skip python_find::python_find"
+skip="${skip-} --skip python_list::python_list"
+skip="${skip-} --skip python_pin::python_pin_resolve"
+%endif
# Test registry_client::tests::test_redirect_to_server_with_credentials is
# flaky
# https://github.com/astral-sh/uv/issues/16447
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 7:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 7:21 [rpms/uv] epel10: Skip some tests related to managed interpreters on riscv64 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox