pythonPackages.imagecorruptions: Disable tests

This commit is contained in:
Sandro Jäckel 2021-02-16 01:25:38 +01:00
parent 59e6b92789
commit 5de50c56a2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,6 +26,9 @@ buildPythonPackage rec {
opencv3
];
doCheck = false;
pythonImportsCheck = [ "imagecorruptions" ];
meta = with lib; {
homepage = "https://github.com/bethgelab/imagecorruptions";
description = "This package provides a set of image corruptions";