pkgs/top-level/python-packages.nix: pexpect doesn't have regression tests
svn path=/nixpkgs/trunk/; revision=23459
This commit is contained in:
parent
25308dd098
commit
a2aef1ab80
1 changed files with 2 additions and 0 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue