pythonPackages.sympy: disable tests

This commit is contained in:
Frederik Rietdijk 2017-03-04 14:29:10 +01:00
parent e47a0ae767
commit dc2bf68d7b

@ -24190,6 +24190,9 @@ in {
propagatedBuildInputs = with self; [ mpmath ];
# Bunch of failures including transients.
doCheck = false;
preCheck = ''
export LANG="en_US.UTF-8"
'';