public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] f43: Skip a test that fails in emulated chroots
@ 2026-07-28 6:10 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-28 6:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : f43
Commit : e0e68f579822eba4c8763485dd3a8e598e77a037
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-27T06:57:16+01:00
Stats : +9/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/e0e68f579822eba4c8763485dd3a8e598e77a037?branch=f43
Log:
Skip a test that fails in emulated chroots
---
diff --git a/uv.spec b/uv.spec
index ad26642..0a147d9 100644
--- a/uv.spec
+++ b/uv.spec
@@ -625,6 +625,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:10 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:10 [rpms/uv] f43: 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