guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/45: gnu: python-cattrs: Disable failing test.


From: guix-commits
Subject: 40/45: gnu: python-cattrs: Disable failing test.
Date: Wed, 29 Jan 2025 04:12:41 -0500 (EST)

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

commit 79261a5de6983830973d2e125c68f351ccb3e595
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 28 17:53:22 2025 +0100

    gnu: python-cattrs: Disable failing test.
    
    * gnu/packages/python-xyz.scm (python-cattrs)[arguments]: Disable one
    additional test.
    
    Change-Id: Ice48bd139d8dda509a0c380ebef69afa863fd245
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb7faa5f9e..436be890d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22799,6 +22799,9 @@ strings require only one extra byte in addition to the 
strings themselves.")
                      "test_omit_default_roundtrip"
                      "test_optional_field_roundtrip"
                      "test_renaming"
+                     ;; 'utf-8' codec can't encode character '\ud800' in
+                     ;; position 0: surrogates not allowed
+                     "test_simple_classes"
                      ;; This test fails with an assertion error on the build
                      ;; farm, but not on my laptop.
                      "test_nodefs_generated_unstructuring_cl"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]