python3Packages.nilearn: unbreak tests
Only recurse into `nilearn/`, not e.g. `examples/`, which triggers (non-mocked) data downloads.
This commit is contained in:
@@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608
|
||||
pytestFlagsArray = [ "nilearn" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
|
||||
Reference in New Issue
Block a user