Merge pull request #158193 from jonringer/nilearn-tests

authored by

Artturi and committed by
GitHub
e6dbd5e0 dce766a6

+2 -1
+2 -1
pkgs/development/python-modules/nilearn/default.nix
··· 12 12 13 13 checkInputs = [ pytestCheckHook ]; 14 14 disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608 15 - pytestFlagsArray = [ "nilearn" ]; 15 + # do subset of tests which don't fetch resources 16 + pytestFlagsArray = [ "nilearn/connectome/tests" ]; 16 17 17 18 propagatedBuildInputs = [ 18 19 joblib