pythonPackages.git-sweep: Disable tests

wip/yesman
Sandro Jäckel 3 years ago
parent e08919c891
commit b434939d39
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/development/python-modules/git-sweep/default.nix

@ -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…
Cancel
Save