aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cufflinks
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2020-03-26 14:49:56 -0400
committerJon <jonringer@users.noreply.github.com>2020-03-27 10:53:07 -0700
commit6f9f91d331eb7634bcb102ac66550801b9bc2aa9 (patch)
tree6310cb9de301d86cb8932a07acc71687b755d0b5 /pkgs/development/python-modules/cufflinks
parent93c9cb09bd20f178f2303109c8f44a590ad363e6 (diff)
python3Packages.cufflinks: add nose to checkInputs
Diffstat (limited to 'pkgs/development/python-modules/cufflinks')
-rw-r--r--pkgs/development/python-modules/cufflinks/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cufflinks/default.nix b/pkgs/development/python-modules/cufflinks/default.nix
index 315c28c74caa..4c2db1f52146 100644
--- a/pkgs/development/python-modules/cufflinks/default.nix
+++ b/pkgs/development/python-modules/cufflinks/default.nix
@@ -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