python312Packages.mat2: disable failing test (#348419)
This commit is contained in:
commit
967335c0e2
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user