python3Packages.willow: disable failing test

This is related to the AVIF migration from pillow-heif to mainline
pillow.
This commit is contained in:
Martin Weinelt
2025-04-13 00:24:04 +02:00
parent fc509f6176
commit dc4b03a2e4
@@ -49,6 +49,11 @@ buildPythonPackage rec {
wand
] ++ optional-dependencies.heif;
disabledTests = [
# ValueError: Invalid quality setting
"test_save_avif_lossless"
];
meta = with lib; {
description = "Python image library that sits on top of Pillow, Wand and OpenCV";
homepage = "https://github.com/torchbox/Willow/";