python3Packages.cufflinks: add nose to checkInputs

This commit is contained in:
Ben Darwin 2020-03-26 14:49:56 -04:00 committed by Jon
parent 93c9cb09bd
commit 6f9f91d331

View File

@ -4,6 +4,7 @@
, ipython , ipython
, ipywidgets , ipywidgets
, pytest , pytest
, nose
, numpy , numpy
, pandas , pandas
, six , six
@ -30,7 +31,7 @@ buildPythonPackage rec {
statsmodels statsmodels
]; ];
checkInputs = [ pytest ]; checkInputs = [ pytest nose ];
# ignore tests which are incompatible with pandas>=1.0 # ignore tests which are incompatible with pandas>=1.0
# https://github.com/santosjorge/cufflinks/issues/236 # https://github.com/santosjorge/cufflinks/issues/236