python3Packages.nilearn: add nose to checkInputs
This commit is contained in:
parent
5842ec9368
commit
78d5faba5e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, pytest
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, nose
|
||||
, nibabel, numpy, pandas, scikitlearn, scipy, matplotlib, joblib }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
pytest nilearn/tests -k 'not test_cache_mixin_with_expand_user' # accesses ~/
|
||||
'';
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [ pytest nose ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
|
|
Loading…
Reference in a new issue