img2pdf: enable tests

This commit is contained in:
Dmitry Kalinkin 2020-05-21 19:00:58 -04:00
parent 21a3d26866
commit c8628ec0ee
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

@ -11,8 +11,6 @@ buildPythonApplication rec {
sha256 = "1yx0ljbg7phpix507wq584qvspp2jgax7flpp1148pxpc2d51mcc";
};
doCheck = false; # needs pdfrw
propagatedBuildInputs = [
pillow
];