From f9cfc40c66860d770edc93fc630b54bedf103c03 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 3 Apr 2025 20:46:18 +0200 Subject: [PATCH] python313Packages.pillow-heif: disable failing test Pillow since 11.2.0 comes with AVIF support, but apparently something is wrong with its EXIF support. --- pkgs/development/python-modules/pillow-heif/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pillow-heif/default.nix b/pkgs/development/python-modules/pillow-heif/default.nix index c72457fac3f0..f01487f3ae5d 100644 --- a/pkgs/development/python-modules/pillow-heif/default.nix +++ b/pkgs/development/python-modules/pillow-heif/default.nix @@ -84,6 +84,8 @@ buildPythonPackage rec { [ # Time based "test_decode_threads" + # Missing EXIF info on WEBP-AVIF variant + "test_exif_from_pillow" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # https://github.com/bigcat88/pillow_heif/issues/89