about summary refs log tree commit diff
path: root/pkgs/development/python-modules/imagecorruptions
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-16 01:25:38 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-16 06:56:13 +0100
commit5de50c56a2c273766af4f1b779b7586b4144fed7 (patch)
treee3bc958cf07d4c2d97f30b943bda3d77340d7c22 /pkgs/development/python-modules/imagecorruptions
parent59e6b92789932501a4bf5d790a31d0707f16a033 (diff)
pythonPackages.imagecorruptions: Disable tests
Diffstat (limited to 'pkgs/development/python-modules/imagecorruptions')
-rw-r--r--pkgs/development/python-modules/imagecorruptions/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/imagecorruptions/default.nix b/pkgs/development/python-modules/imagecorruptions/default.nix
index 8d2b7fd8da880..ee1df820a401a 100644
--- a/pkgs/development/python-modules/imagecorruptions/default.nix
+++ b/pkgs/development/python-modules/imagecorruptions/default.nix
@@ -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";