3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #158193 from jonringer/nilearn-tests

This commit is contained in:
Artturi 2022-03-26 20:22:49 +02:00 committed by GitHub
commit e6dbd5e07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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