sympy: disable for pypy

This commit is contained in:
Luca Bruno 2015-02-20 14:11:25 +01:00
parent 3225bf25b9
commit 7620fdb3ac

View File

@ -9852,7 +9852,7 @@ let
sympy = buildPythonPackage rec {
name = "sympy-0.7.6";
disabled = isPy34; # some tests fail
disabled = isPy34 || isPyPy; # some tests fail
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sympy/${name}.tar.gz";