From 5b6a692ed3458f5a0f39be1690a1074d0bc0ce80 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 28 Jan 2025 17:53:22 +0100 Subject: [PATCH] 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 c937299d8a3c90c19cf07e46147d89154379edc3..163596fc1177d424d6008c1aebfbb0385760c34e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23401,6 +23401,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"