forked from mirrors/nixpkgs
Merge pull request #158193 from jonringer/nilearn-tests
This commit is contained in:
commit
e6dbd5e07f
|
@ -12,7 +12,8 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
disabledTests = [ "test_clean_confounds" ]; # https://github.com/nilearn/nilearn/issues/2608
|
||||
pytestFlagsArray = [ "nilearn" ];
|
||||
# do subset of tests which don't fetch resources
|
||||
pytestFlagsArray = [ "nilearn/connectome/tests" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
|
|
Loading…
Reference in a new issue