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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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