diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-08 12:45:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:38 +0100 |
commit | 56136c074056dc7a8d7350295f66f5876a257ec6 (patch) | |
tree | 13522de771b717b0c83c78c0b54e2167aa01c409 | |
parent | ec9173dbcb5a2c7111638db5e0b3451f46b1e042 (diff) |
gnu: python-cattrs: Disable failing test.
* gnu/packages/python-xyz.scm (python-cattrs)[arguments]: Disable one more
test.
Change-Id: I8296abaa2faa745404354cb26f0d08024e7960c8
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8bfd96e3fa..659bc26d55 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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" |