public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Skip another test that flakes due to racy env-vars
@ 2026-08-16 7:50 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16 7:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : epel10
Commit : d81d924b8e94e6b214643305945b9a529bf437a5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-05T10:44:49+01:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/d81d924b8e94e6b214643305945b9a529bf437a5?branch=epel10
Log:
Skip another test that flakes due to racy env-vars
---
diff --git a/uv.spec b/uv.spec
index 07bab6a..0b91710 100644
--- a/uv.spec
+++ b/uv.spec
@@ -717,6 +717,13 @@ skip="${skip-} --skip network::retry_read_timeout_python_downloads_json"
skip="${skip-} --skip user_agent_version::test_user_agent_has_linehaul"
skip="${skip-} --skip user_agent_version::test_user_agent_has_subcommand"
skip="${skip-} --skip user_agent_version::test_user_agent_has_version"
+# Similarly, with an error like:
+# Client::new(): reqwest::Error {
+# kind: Builder,
+# source: General("No CA certificates were loaded from the system")
+# }
+# There are probably more of these.
+skip="${skip-} --skip retry::tests::retried_status_codes"
%cargo_test -- -- --exact ${skip-}
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 7:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16 7:50 [rpms/uv] epel10: Skip another test that flakes due to racy env-vars 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