python313Packages.pillow-heif: disable failing test

Pillow since 11.2.0 comes with AVIF support, but apparently something is
wrong with its EXIF support.
This commit is contained in:
Martin Weinelt
2025-04-03 23:18:18 +02:00
parent 24efb27c7b
commit f9cfc40c66
@@ -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