pythonPackages.img2pdf: Disable tests

This commit is contained in:
Sandro Jäckel 2021-02-12 20:02:02 +01:00
parent 231ad4ac16
commit 2e00a2cf50
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,6 +15,9 @@ buildPythonPackage rec {
pillow
];
# no tests exectuted
doCheck = false;
meta = with lib; {
description = "Convert images to PDF via direct JPEG inclusion";
homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";