pythonPackages.imagecorruptions: Disable tests

This commit is contained in:
Sandro Jäckel
2021-02-16 01:25:38 +01:00
parent 59e6b92789
commit 5de50c56a2

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";