git-repo-update: Disable tests
This commit is contained in:
parent
fafb529dd7
commit
1674178ca1
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [ colorama GitPython ];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Easily update multiple Git repositories at once";
|
||||
homepage = "https://github.com/earwig/git-repo-updater";
|
||||
|
|
Loading…
Reference in a new issue