mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.GitPython: disable tests
This commit is contained in:
parent
2144c41530
commit
63804899ec
1 changed files with 6 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue