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 ];