public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] rawhide: Skip another test that flakes due to racy env-vars
@ 2026-08-05 7:41 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-05 7:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : rawhide
Commit : 3e1297d8471684a3bde5b8fefdb537a598e460e9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-05T08:41:07+01:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/3e1297d8471684a3bde5b8fefdb537a598e460e9?branch=rawhide
Log:
Skip another test that flakes due to racy env-vars
---
diff --git a/uv.spec b/uv.spec
index aed7ceb..26fd457 100644
--- a/uv.spec
+++ b/uv.spec
@@ -712,6 +712,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-05 7:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 7:41 [rpms/uv] rawhide: 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