python3Packages.willow: disable flaky test

This commit is contained in:
Martin Weinelt
2026-04-16 01:11:57 +02:00
parent f703360eff
commit a2755f65ee
@@ -43,6 +43,11 @@ buildPythonPackage rec {
]
++ lib.concatAttrValues optional-dependencies;
disabledTests = [
# Flaky: wand.exceptions.MissingDelegateError: no decode delegate for this image format
"test_gif"
];
meta = {
description = "Python image library that sits on top of Pillow, Wand and OpenCV";
homepage = "https://github.com/torchbox/Willow/";