pkgs/top-level/python-packages.nix: pexpect doesn't have regression tests

svn path=/nixpkgs/trunk/; revision=23459
This commit is contained in:
Peter Simons 2010-08-26 12:52:43 +00:00
parent 25308dd098
commit a2aef1ab80

View File

@ -517,6 +517,8 @@ rec {
sha256 = "0x8bfjjqygriry1iyygm5048ykl5qpbpzqfp6i8dhkslm3ryf5fk";
};
doCheck = false;
meta = {
homepage = "http://www.noah.org/wiki/Pexpect";
description = "Automate interactive console applications such as ssh, ftp, etc.";