alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.55k stars 228 forks source link

[MRG] Fix nightly build #570

Closed aaronreidsmith closed 5 months ago

aaronreidsmith commented 5 months ago

Description

This PR fixes the nightly build by removing the use of pytest.warns(None) since it has been removed in pytest 8. It also bumps the Python version for nightly to 3.12

Type of change

How Has This Been Tested?

Checklist: