python3Packages.cufflinks: add nose to checkInputs
This commit is contained in:
parent
93c9cb09bd
commit
6f9f91d331
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user