Unverified Commit a2755f65 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.willow: disable flaky test

parent f703360e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";