python34Packages.sympy: disable due to test failures

This commit is contained in:
Domen Kožar 2014-09-17 21:40:18 +02:00
parent 784ceea75d
commit 4671e59576

View file

@ -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";