python34Packages.sympy: disable due to test failures
This commit is contained in:
parent
784ceea75d
commit
4671e59576
1 changed files with 1 additions and 0 deletions
|
@ -7839,6 +7839,7 @@ let
|
|||
|
||||
sympy = buildPythonPackage rec {
|
||||
name = "sympy-0.7.4";
|
||||
disabled = isPy34; # some tests fail
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/sympy/sympy/releases/download/${name}/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue