python3Packages.img2pdf: disable tests on aarch64 (#154148)

https://gitlab.mister-muffin.de/josch/img2pdf/issues/128
This commit is contained in:
Robert Schütz
2022-01-10 00:22:26 -05:00
committed by GitHub
parent 0cd9bb5dc1
commit dd9685f7e8
@@ -4,6 +4,7 @@
, fetchPypi
, pikepdf
, pillow
, stdenv
, exiftool
, ghostscript
, imagemagick
@@ -30,6 +31,9 @@ buildPythonPackage rec {
pillow
];
# https://gitlab.mister-muffin.de/josch/img2pdf/issues/128
doCheck = !stdenv.isAarch64;
checkInputs = [
exiftool
ghostscript