summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2025-01-02 17:20:20 +0100
committerRicardo Wurmus <[email protected]>2025-01-20 21:37:30 +0100
commit8f65c75a1f77295737ed7fb48f77659e2319228a (patch)
treefbd22a00de148a7e2508d72defedca4e8bcf85c2
parent9c9eba6babf9dc5416714fe82e6f44ec9e148437 (diff)
gnu: python-cattrs: Disable additional failing tests.
* gnu/packages/python-xyz.scm (python-cattrs)[arguments]: Disable test_renaming and test_nodefs_generated_unstructuring_cl. Change-Id: I9a5fd97bd6298cfc670baea9df3d0ed405fc563e
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4fb16fcd27..6dbee1ccdf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22608,6 +22608,10 @@ strings require only one extra byte in addition to the strings themselves.")
"test_nested_roundtrip_tuple"
"test_omit_default_roundtrip"
"test_optional_field_roundtrip"
+ "test_renaming"
+ ;; This test fails with an assertion error on the build
+ ;; farm, but not on my laptop.
+ "test_nodefs_generated_unstructuring_cl"
;; See https://github.com/python-attrs/cattrs/issues/575
"test_simple_roundtrip"
"test_simple_roundtrip_defaults"