pythonPackages.pyptlib: disable tests
(cherry picked from commit c8d9073c0ef2886b06d3817c174d93970690c919) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
5ff896ff65
commit
8853d30707
1 changed files with 2 additions and 0 deletions
|
@ -7421,6 +7421,8 @@ let
|
|||
disabled = isPyPy || isPy3k;
|
||||
version = "0.0.6";
|
||||
|
||||
doCheck = false; # No such file or directory errors on 32bit
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pyptlib/pyptlib-${version}.tar.gz";
|
||||
sha256 = "01y6vbwncqb0hxlnin6whd9wrrm5my4qzjhk76fnix78v7ip515r";
|
||||
|
|
Loading…
Reference in a new issue