dask: ⚠️ Upstream CI failed ⚠️

Workflow Run URL

Python 3.10 Test Summary
dask/dataframe/tests/test_dataframe.py::test_apply: Failed: DID NOT WARN. No warnings of type (<class 'FutureWarning'>,) were emitted.
The list of emitted warnings is: [].

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 18 (16 by maintainers)

Most upvoted comments

@jrbourbeau I’ll take care of those.

There is a new groupby deprecation in pandas. I want to engage upstream before we adjust, since it is very very noisy

pandas-dev/pandas#52151 was fixed in Pandas, I’ll recheck if we’re still seeing errors with nightly.

Update: we’re seeing different errors now - looks like a new deprecation. The groupby/categorical issue is fixed.

I’ll look into the new failures.

dask/dataframe/tests/test_dataframe.py::test_apply: FutureWarning: the convert_dtype parameter is deprecated and will be removed in a future version.  Do ``ser.astype(object).apply()`` instead if you want ``convert_dtype=False``.
dask/dataframe/tests/test_dataframe.py::test_apply_infer_columns: FutureWarning: the convert_dtype parameter is deprecated and will be removed in a future version.  Do ``ser.astype(object).apply()`` instead if you want ``convert_dtype=False``.