python3Packages.nilearn: add nose to checkInputs

This commit is contained in:
Ben Darwin 2020-03-26 11:36:02 -04:00 committed by Jon
parent 5842ec9368
commit 78d5faba5e

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, pytest { stdenv, buildPythonPackage, fetchPypi, pytest, nose
, nibabel, numpy, pandas, scikitlearn, scipy, matplotlib, joblib }: , nibabel, numpy, pandas, scikitlearn, scipy, matplotlib, joblib }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,7 +20,7 @@ buildPythonPackage rec {
pytest nilearn/tests -k 'not test_cache_mixin_with_expand_user' # accesses ~/ pytest nilearn/tests -k 'not test_cache_mixin_with_expand_user' # accesses ~/
''; '';
checkInputs = [ pytest ]; checkInputs = [ pytest nose ];
propagatedBuildInputs = [ propagatedBuildInputs = [
joblib joblib