python313Packages.img2pdf: skip tests that fail on aarch64

K900 68d85497 39327c9c

Changed files
+3
pkgs
development
python-modules
img2pdf
+3
pkgs/development/python-modules/img2pdf/default.nix
···
"test_miff_cmyk16"
"test_png_gray16"
"test_png_rgb16"
];
pythonImportsCheck = [ "img2pdf" ];
···
"test_miff_cmyk16"
"test_png_gray16"
"test_png_rgb16"
+
# these only fail on aarch64
+
"test_png_rgba8"
+
"test_png_gray8a"
];
pythonImportsCheck = [ "img2pdf" ];