Open majidaldo opened 2 months ago
.venv\Lib\site-packages\pytest_regressions\dataframe_regression.py:250: DeprecationWarning: Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead. assert array.dtype not in ["m", "M", "O", "S", "a", "U", "V"], (
On a related note, it might be just easier to just convert a df to a dict and use generic data_regression.
Thanks for the report!