python sympy: disable for Python 3.5
Not yet supported upstream.
This commit is contained in:
parent
4e340ba8b0
commit
243792bcd5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue