Merge #211890: python3Packages.scipy: schedule as big-parallel

...into staging

+2
+2
pkgs/development/python-modules/scipy/default.nix
··· 67 67 runHook postCheck 68 68 ''; 69 69 70 + requiredSystemFeatures = [ "big-parallel" ]; # the tests need lots of CPU time 71 + 70 72 passthru = { 71 73 blas = numpy.blas; 72 74 };