rekado pushed a commit to branch python-team
in repository guix.

commit da49bc18d2b7af74bc2b0218e19cf39f019b41dc
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Thu Jan 2 17:20:20 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f3157a339b..f9928752f9 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"

Reply via email to