Skip to content

Commit

Permalink
python312Packages.mat2: disable failing test (#348419)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Oct 16, 2024
2 parents 647dee8 + 6d117b8 commit 967335c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mat2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 967335c

Please sign in to comment.