python3Packages.cufflinks: add nose to checkInputs
This commit is contained in:
parent
93c9cb09bd
commit
6f9f91d331
@ -4,6 +4,7 @@
|
||||
, ipython
|
||||
, ipywidgets
|
||||
, pytest
|
||||
, nose
|
||||
, numpy
|
||||
, pandas
|
||||
, six
|
||||
@ -30,7 +31,7 @@ buildPythonPackage rec {
|
||||
statsmodels
|
||||
];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [ pytest nose ];
|
||||
|
||||
# ignore tests which are incompatible with pandas>=1.0
|
||||
# https://github.com/santosjorge/cufflinks/issues/236
|
||||
|
Loading…
Reference in New Issue
Block a user