summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-04-05 15:26:03 +0900
committerNoƩ Lopez <noelopez@free.fr>2026-08-24 21:32:43 +0200
commit9313eeb6f9c15c81daae9b6b2f2793b75c9f78a9 (patch)
tree294d8256e44deecf2c3f5d986f81a3ce1032bd7e /gnu/packages
parent9280fd17bd0028a40f6c47b586ff7d37c5d9d5f1 (diff)
gnu: python-rich: Disable test_brokenpipeerror test.
* gnu/packages/python-xyz.scm (python-rich) [#:test-options]: New. Change-Id: I0df72628c2ecd896bce8db8e8f8101cb992ea1a5
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd832696e8f..bd179c3e87d 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.")
22282 (sha256 22282 (sha256
22283 (base32 "1qs8n1hcjxcpwbfjjlzfmywfczxzcpvjkk3ay04kdbi1lvlynkaj")))) 22283 (base32 "1qs8n1hcjxcpwbfjjlzfmywfczxzcpvjkk3ay04kdbi1lvlynkaj"))))
22284 (build-system pyproject-build-system) 22284 (build-system pyproject-build-system)
22285 ;; tests: 952 passed, 25 skipped 22285 ;; The test_brokenpipeerror is flaky.
22286 (arguments (list #:test-flags #~(list "-k" "not test_brokenpipeerror")))
22286 (native-inputs 22287 (native-inputs
22287 (list python-poetry-core 22288 (list python-poetry-core
22288 python-pytest 22289 python-pytest