pythonPackages.git-sweep: Disable tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user