git-repo-update: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-31 22:55:15 +01:00
parent fafb529dd7
commit 1674178ca1

View File

@@ -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";