python-packages: disables the test phase for elasticsearch-dsl

The test fails with:
  ImportError: No module named test_elasticsearch_dsl
This commit is contained in:
desiderius 2015-02-27 12:42:05 +01:00
parent a80e6b0eca
commit 053122def0

View file

@ -2599,7 +2599,10 @@ let
md5 = "6cbc9ed7aefb3ef804be4e3b318b2570";
};
buildInputs = with self; [ covCore dateutil elasticsearch mock pytest pytestcov urllib3 ];
buildInputs = with self; [ covCore dateutil elasticsearch mock pytest pytestcov unittest2 urllib3 ];
# ImportError: No module named test_elasticsearch_dsl
doCheck = false;
meta = {
description = "Python client for Elasticsearch";