python sympy: disable for Python 3.5

Not yet supported upstream.
This commit is contained in:
Frederik Rietdijk 2015-10-06 22:41:58 +02:00
parent 4e340ba8b0
commit 243792bcd5

View file

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