python.pkgs.sarge: disable tests
This commit is contained in:
parent
503f808870
commit
a8d69de93f
@ -9,6 +9,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0";
|
sha256 = "da8cc90883f8e5ab4af0d746438f608662f5f2a35da2e858517927edefa134b0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No tests in PyPI tarball
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://sarge.readthedocs.org/;
|
homepage = http://sarge.readthedocs.org/;
|
||||||
description = "A wrapper for subprocess which provides command pipeline functionality";
|
description = "A wrapper for subprocess which provides command pipeline functionality";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user