python312Packages.ndeflib: disable failing test on Python 3.12
This commit is contained in:
parent
a34b0b9d86
commit
53e16cd7f8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# AssertionError caused due to wrong size
|
||||
"test_decode_error"
|
||||
] ++ lib.optionals (pythonAtLeast "3.12") [
|
||||
"test_encode_error"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue