From fa83ed462a9bb38939d2676403e5cdfa1438d193 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 29 Nov 2021 15:39:23 -0500 Subject: [PATCH] python3Packages.nilearn: unbreak tests Only recurse into `nilearn/`, not e.g. `examples/`, which triggers (non-mocked) data downloads. --- pkgs/development/python-modules/nilearn/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/nilearn/default.nix b/pkgs/development/python-modules/nilearn/default.nix index 41f84dbb6679..c79ea52f558c 100644 --- a/pkgs/development/python-modules/nilearn/default.nix +++ b/pkgs/development/python-modules/nilearn/default.nix @@ -12,6 +12,7 @@ buildPythonPackage rec { checkInputs = [ pytestCheckHook ]; disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608 + pytestFlagsArray = [ "nilearn" ]; propagatedBuildInputs = [ joblib