diff --git a/pkgs/development/python-modules/img2pdf/default.nix b/pkgs/development/python-modules/img2pdf/default.nix index 413eb08c4c86..29b055ba916a 100644 --- a/pkgs/development/python-modules/img2pdf/default.nix +++ b/pkgs/development/python-modules/img2pdf/default.nix @@ -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" ];