python3Packages.scipy: disable tests on x86_64-darwin

This commit is contained in:
Ben Siraphob
2022-05-11 18:54:02 -05:00
parent 99161fd5e0
commit c21c90592d
@@ -35,7 +35,7 @@ buildPythonPackage rec {
rm scipy/linalg/tests/test_lapack.py
'';
doCheck = true;
doCheck = !(stdenv.isx86_64 && stdenv.isDarwin);
preConfigure = ''
sed -i '0,/from numpy.distutils.core/s//import setuptools;from numpy.distutils.core/' setup.py