Skip to content

Commit

Permalink
python311Packages.cufflinks: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed May 20, 2024
1 parent 468de7a commit dbfa5b3
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions pkgs/development/python-modules/cufflinks/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{ lib, buildPythonPackage, fetchPypi
, chart-studio
, colorlover
, ipython
, ipywidgets
, pytest
, nose
, numpy
, pandas
, six
, statsmodels
{
lib,
buildPythonPackage,
fetchPypi,
chart-studio,
colorlover,
ipython,
ipywidgets,
pytest,
nose,
numpy,
pandas,
six,
statsmodels,
}:

buildPythonPackage rec {
Expand All @@ -32,7 +35,10 @@ buildPythonPackage rec {
statsmodels
];

nativeCheckInputs = [ pytest nose ];
nativeCheckInputs = [
pytest
nose
];

# ignore tests which are incompatible with pandas>=1.0
# https://github.com/santosjorge/cufflinks/issues/236
Expand Down

0 comments on commit dbfa5b3

Please sign in to comment.