elasticsearch-curator: disable test-suite because it hangs

This commit is contained in:
Bas van Dijk 2018-08-25 16:44:27 +02:00
parent 61b646741c
commit 8aa3318741

View File

@ -24,10 +24,7 @@ buildPythonPackage rec {
sha256 = "e75abeb7f7be939b1c64c071898760dc10ab5f08307c253fc074abf8a41a76f0";
};
# The integration tests require a running elasticsearch cluster.
postUnpackPhase = ''
rm -r test/integration
'';
doCheck = false;
propagatedBuildInputs = [
click