mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #147936 from bcdarwin/unbreak-nilearn
python3Packages.nilearn: unbreak tests
This commit is contained in:
commit
dac53fc19d
@ -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 New Issue
Block a user