pythonPackages.GitPython: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 13:10:52 +01:00
parent 2144c41530
commit 63804899ec

View file

@ -5425,9 +5425,14 @@ in modules // {
sha256 = "0q7plxnbbkp5dd0k73736l7gf932a89yy920yrgl8amfpixw324w";
};
buildInputs = with self; [ nose ];
buildInputs = with self; [ mock nose ];
propagatedBuildInputs = with self; [ gitdb ];
# All tests error with
# InvalidGitRepositoryError: /tmp/nix-build-python2.7-GitPython-1.0.1.drv-0/GitPython-1.0.1
# Maybe due to being in a chroot?
doCheck = false;
meta = {
description = "Python Git Library";
maintainers = with maintainers; [ mornfall ];