gnu: python-cattrs: Disable failing test.

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

Change-Id: I8296abaa2faa745404354cb26f0d08024e7960c8
This commit is contained in:
Ricardo Wurmus 2025-01-08 12:45:17 +01:00
parent ec9173dbcb
commit 56136c0740
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22618,6 +22618,7 @@ strings require only one extra byte in addition to the strings themselves.")
"test_structure_simple_from_dict_default"
"test_310_optional_field_roundtrip"
"test_310_union_field_roundtrip"
"test_individual_overrides"
"test_nested_roundtrip"
"test_nested_roundtrip_tuple"
"test_omit_default_roundtrip"