forked from mirrors/nixpkgs
pythonPackages.pyptlib: disable tests
This commit is contained in:
parent
6ce4ea5482
commit
c8d9073c0e
|
@ -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