python3Packages.scipy: fix folder tests are run in

This commit is contained in:
Frederik Rietdijk
2022-09-15 16:38:31 +02:00
parent 3eed54349f
commit fdd87f1121
@@ -58,7 +58,7 @@ buildPythonPackage rec {
checkPhase = ''
runHook preCheck
pushd dist
pushd "$out"
${python.interpreter} -c "import scipy; scipy.test('fast', verbose=10, parallel=$NIX_BUILD_CORES)"
popd
runHook postCheck