pythonPackages.git-sweep: Disable tests
This commit is contained in:
parent
e08919c891
commit
b434939d39
@ -15,6 +15,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ GitPython ];
|
propagatedBuildInputs = [ GitPython ];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "gitsweep" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command-line tool that helps you clean up Git branches";
|
description = "A command-line tool that helps you clean up Git branches";
|
||||||
homepage = "https://github.com/arc90/git-sweep";
|
homepage = "https://github.com/arc90/git-sweep";
|
||||||
|
Loading…
Reference in New Issue
Block a user