Commit 53e16cd7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.ndeflib: disable failing test on Python 3.12

parent a34b0b9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {