mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
sympy: disable for pypy
This commit is contained in:
parent
3225bf25b9
commit
7620fdb3ac
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user