public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] f43: Skip some tests related to managed interpreters on riscv64
@ 2026-07-24  7:18 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-24  7:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uv
Branch : f43
Commit : 97c5cc15eec2ba5cde5fbebeb4bfceb3b1440ce1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-24T08:14:59+01:00
Stats  : +10/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/97c5cc15eec2ba5cde5fbebeb4bfceb3b1440ce1?branch=f43

Log:
Skip some tests related to managed interpreters on riscv64

---
diff --git a/uv.spec b/uv.spec
index 331ca44..19e1c77 100644
--- a/uv.spec
+++ b/uv.spec
@@ -615,6 +615,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:18 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:18 [rpms/uv] f43: 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