python313Packages.pillow-heif: test without pympler

They failed to catch up with Python 3.11 test failures, so I have no
faith in them.
This commit is contained in:
Martin Weinelt
2025-01-05 03:13:02 +01:00
parent 8474e7afed
commit ddf9bd393c
@@ -22,7 +22,6 @@
# tests
opencv4,
numpy,
pympler,
pytestCheckHook,
}:
@@ -72,7 +71,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
opencv4
numpy
pympler
pytestCheckHook
];