summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch-curator/default.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2018-08-26 01:20:15 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2018-08-26 01:20:15 +0200
commit954eb34a5363877e5efed27ddc2bc748f6265019 (patch)
treee6721b29bf6e9694e2a44d2cf508c1048faa5e29 /pkgs/development/python-modules/elasticsearch-curator/default.nix
parentd5e7d48f5e10d58bdb2ed08214b4e33333e69763 (diff)
downloadnixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar.gz
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar.bz2
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar.lz
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar.xz
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.tar.zst
nixpkgs-954eb34a5363877e5efed27ddc2bc748f6265019.zip
elasticsearch-curator: explain why we disable the test-suite
Diffstat (limited to 'pkgs/development/python-modules/elasticsearch-curator/default.nix')
-rw-r--r--pkgs/development/python-modules/elasticsearch-curator/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/elasticsearch-curator/default.nix b/pkgs/development/python-modules/elasticsearch-curator/default.nix
index 3b882c5f873..1ea6e4cabad 100644
--- a/pkgs/development/python-modules/elasticsearch-curator/default.nix
+++ b/pkgs/development/python-modules/elasticsearch-curator/default.nix
@@ -24,6 +24,7 @@ buildPythonPackage rec {
     sha256 = "e75abeb7f7be939b1c64c071898760dc10ab5f08307c253fc074abf8a41a76f0";
   };
 
+  # The test hangs so we disable it.
   doCheck = false;
 
   propagatedBuildInputs = [