From fdd87f1121e680cb68cf56d5d88c74fde3e9a5f6 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 15 Sep 2022 14:21:04 +0200 Subject: [PATCH] python3Packages.scipy: fix folder tests are run in --- pkgs/development/python-modules/scipy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index 4b6342691d43..e69506f6746e 100644 --- a/pkgs/development/python-modules/scipy/default.nix +++ b/pkgs/development/python-modules/scipy/default.nix @@ -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