1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python3Packages.nilearn: unbreak tests

Only recurse into `nilearn/`, not e.g. `examples/`,
which triggers (non-mocked) data downloads.
This commit is contained in:
Ben Darwin 2021-11-29 15:39:23 -05:00
parent 078f5813f2
commit fa83ed462a

View file

@ -12,6 +12,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608
pytestFlagsArray = [ "nilearn" ];
propagatedBuildInputs = [
joblib