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

...into staging

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