about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-03-04 14:29:10 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-03-04 14:29:28 +0100
commitdc2bf68d7b72cd9655931923ac1b07bd04e1c676 (patch)
tree057f31d55f86a62b74bb8c801a583954a7578f92 /pkgs
parente47a0ae7675e39cbb96332d199951ec2c3102f48 (diff)
pythonPackages.sympy: disable tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 1d605d4fe4f30..a72d27a4705f7 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -24190,6 +24190,9 @@ in {
 
     propagatedBuildInputs = with self; [ mpmath ];
 
+    # Bunch of failures including transients.
+    doCheck = false;
+
     preCheck = ''
       export LANG="en_US.UTF-8"
     '';