diff options
Diffstat (limited to 'pkgs/development/python-modules/pmdarima/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pmdarima/default.nix | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/pmdarima/default.nix b/pkgs/development/python-modules/pmdarima/default.nix index 9592ae32e09d..094fd7984f9c 100644 --- a/pkgs/development/python-modules/pmdarima/default.nix +++ b/pkgs/development/python-modules/pmdarima/default.nix @@ -1,18 +1,19 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, cython -, joblib -, matplotlib -, numpy -, pandas -, scikit-learn -, scipy -, statsmodels -, urllib3 -, pythonOlder -, python -, pytest7CheckHook +{ + lib, + buildPythonPackage, + fetchFromGitHub, + cython, + joblib, + matplotlib, + numpy, + pandas, + scikit-learn, + scipy, + statsmodels, + urllib3, + pythonOlder, + python, + pytest7CheckHook, }: buildPythonPackage rec { @@ -52,7 +53,7 @@ buildPythonPackage rec { pytest7CheckHook ]; - disabledTests= [ + disabledTests = [ # touches internet "test_load_from_web" ]; |
