pythonPackages.imagecorruptions: Disable tests
This commit is contained in:
parent
59e6b92789
commit
5de50c56a2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user