pythonPackages.git-sweep: Disable tests

master
Sandro Jäckel 2021-01-31 22:56:09 +01:00
parent e08919c891
commit b434939d39
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ GitPython ];
# no tests
doCheck = false;
pythonImportsCheck = [ "gitsweep" ];
meta = with lib; {
description = "A command-line tool that helps you clean up Git branches";
homepage = "https://github.com/arc90/git-sweep";