From ddf9bd393c7dac89aa59d48fa99dc983e20d2f64 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 4 Jan 2025 02:43:43 +0100 Subject: [PATCH] python313Packages.pillow-heif: test without pympler They failed to catch up with Python 3.11 test failures, so I have no faith in them. --- pkgs/development/python-modules/pillow-heif/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/pillow-heif/default.nix b/pkgs/development/python-modules/pillow-heif/default.nix index 7c3a051c7b43..947dc7dd6b0e 100644 --- a/pkgs/development/python-modules/pillow-heif/default.nix +++ b/pkgs/development/python-modules/pillow-heif/default.nix @@ -22,7 +22,6 @@ # tests opencv4, numpy, - pympler, pytestCheckHook, }: @@ -72,7 +71,6 @@ buildPythonPackage rec { nativeCheckInputs = [ opencv4 numpy - pympler pytestCheckHook ];