python3Packages.scipy: disable tests on x86_64-darwin

main
Ben Siraphob 2 years ago
parent 99161fd5e0
commit c21c90592d
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 2
      pkgs/development/python-modules/scipy/default.nix

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

Loading…
Cancel
Save