python312Packages.mat2: disable failing test (#348419)

This commit is contained in:
Robert Schütz 2024-10-16 10:38:23 -07:00 committed by GitHub
commit 967335c0e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,8 +96,8 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [ disabledTests = [
# Frequently fails when exiftool is updated and adds support for new metadata. # libmat2.pdf.cairo.MemoryError: out of memory
"test_all_parametred" "test_all"
]; ];
meta = with lib; { meta = with lib; {