git-repo-update: Disable tests

This commit is contained in:
Sandro Jäckel
2021-02-02 14:46:07 +01:00
parent fafb529dd7
commit 1674178ca1
@@ -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";