gnu: python-cattrs: Disable failing test.

* gnu/packages/python-xyz.scm (python-cattrs)[arguments]: Disable one
additional test.

Change-Id: Ice48bd139d8dda509a0c380ebef69afa863fd245
This commit is contained in:
Ricardo Wurmus 2025-01-28 17:53:22 +01:00 committed by Andreas Enge
parent 2d1582cd92
commit 5b6a692ed3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"