python312Packages.mat2: disable failing test

This commit is contained in:
Robert Schütz
2024-10-13 20:34:19 -07:00
parent 1b445bb575
commit 6d117b87ec
@@ -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; {