public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Skip a test that fails in emulated chroots
@ 2026-07-28 6:11 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-28 6:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : epel10
Commit : e04993a93c5e04c634e3885bde6a0d35680a6369
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-28T07:11:17+01:00
Stats : +9/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/e04993a93c5e04c634e3885bde6a0d35680a6369?branch=epel10
Log:
Skip a test that fails in emulated chroots
---
diff --git a/uv.spec b/uv.spec
index b6e5263..5936576 100644
--- a/uv.spec
+++ b/uv.spec
@@ -630,6 +630,15 @@ skip="${skip-} --skip python_find::python_find"
skip="${skip-} --skip python_list::python_list"
skip="${skip-} --skip python_pin::python_pin_resolve"
%endif
+
+# It’s not clear what causes the trivial discrepancy, but we find that this
+# fails when building in qemu-user-static emulated chroots.
+# 4 │- Caused by: Failed to query Python interpreter at `[TEMP_DIR]/bar`
+# 5 │- Caused by: [PERMISSION DENIED]
+# 4 │+ Caused by: Querying Python at `[TEMP_DIR]/bar` failed with
+# exit status exit status: 127
+skip="${skip-} --skip python_find::python_find_path"
+
# 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-28 6:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 6:11 [rpms/uv] epel10: Skip a test that fails in emulated chroots 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