python3Packages.nilearn: unbreak tests
Only recurse into `nilearn/`, not e.g. `examples/`, which triggers (non-mocked) data downloads.
This commit is contained in:
parent
078f5813f2
commit
fa83ed462a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608
|
||||
pytestFlagsArray = [ "nilearn" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
|
|
Loading…
Reference in a new issue