Merge pull request #147936 from bcdarwin/unbreak-nilearn

python3Packages.nilearn: unbreak tests
This commit is contained in:
Fabian Affolter 2021-11-30 00:02:01 +01:00 committed by GitHub
commit dac53fc19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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