Commit 6d117b87 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.mat2: disable failing test

parent 1b445bb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,8 +96,8 @@ buildPythonPackage rec {
  nativeCheckInputs = [ pytestCheckHook ];

  disabledTests = [
    # Frequently fails when exiftool is updated and adds support for new metadata.
    "test_all_parametred"
    # libmat2.pdf.cairo.MemoryError: out of memory
    "test_all"
  ];

  meta = with lib; {