guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 9313eeb6f9c15c81daae9b6b2f2793b75c9f78a9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Apr 5 15:26:03 2026 +0900

    gnu: python-rich: Disable test_brokenpipeerror test.
    
    * gnu/packages/python-xyz.scm (python-rich) [#:test-options]: New.
    
    Change-Id: I0df72628c2ecd896bce8db8e8f8101cb992ea1a5
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd832696e8..bd179c3e87 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22282,7 +22282,8 @@ into 22 character URL-safe base64 slug representation.")
        (sha256
         (base32 "1qs8n1hcjxcpwbfjjlzfmywfczxzcpvjkk3ay04kdbi1lvlynkaj"))))
     (build-system pyproject-build-system)
-    ;; tests: 952 passed, 25 skipped
+    ;; The test_brokenpipeerror is flaky.
+    (arguments (list #:test-flags #~(list "-k" "not test_brokenpipeerror")))
     (native-inputs
      (list python-poetry-core
            python-pytest

Reply via email to