Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
# Make sure we're running the tests for the actually installed
# package, so that cython's compiled files are available.
preCheck=''
cd $out/lib/${python.libPrefix}/site-packages
'';
nativeCheckInputs=[pytestCheckHook];
disabledTests=[
# touches internet
"test_load_from_web"
];
pythonImportsCheck=["pmdarima"];
meta=withlib;{
description="A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function";