mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
pythonPackages.git-sweep: Disable tests
This commit is contained in:
parent
e08919c891
commit
b434939d39
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user