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
, 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