Unverified Commit f012a4bf authored by K900's avatar K900 Committed by GitHub
Browse files

python3Packages.img2pdf: skip tests broken by ImageMagick 7.1.2-5 (#449438)

parents 054845af 5b6c351d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -86,6 +86,10 @@ buildPythonPackage rec {
    # these only fail on aarch64
    "test_png_rgba8"
    "test_png_gray8a"
    # AssertionError: assert 'resolution' not in ...
    # (starting with ImagMagick 7.1.2-5)
    "test_date"
    "test_jpg"
  ];

  pythonImportsCheck = [ "img2pdf" ];