python.pkgs.sarge: disable tests

This commit is contained in:
Robert Schütz 2018-08-30 18:33:11 +02:00 committed by Frederik Rietdijk
parent 503f808870
commit a8d69de93f

View file

@ -9,6 +9,9 @@ buildPythonPackage rec {
sha256 = "da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0";
};
# No tests in PyPI tarball
doCheck = false;
meta = with lib; {
homepage = http://sarge.readthedocs.org/;
description = "A wrapper for subprocess which provides command pipeline functionality";