Unverified Commit 967335c0 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.mat2: disable failing test (#348419)

parents 647dee89 6d117b87
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; {