@@ -141,32 +141,9 @@ def pytest_collection_modifyitems(items, config) -> None:
141141 ("is_datetime64tz_dtype" , "is_datetime64tz_dtype is deprecated" ),
142142 ("is_categorical_dtype" , "is_categorical_dtype is deprecated" ),
143143 ("is_sparse" , "is_sparse is deprecated" ),
144- ("DataFrameGroupBy.fillna" , "DataFrameGroupBy.fillna is deprecated" ),
145- ("DataFrameGroupBy.corrwith" , "DataFrameGroupBy.corrwith is deprecated" ),
146144 ("NDFrame.replace" , "Series.replace without 'value'" ),
147- ("NDFrame.clip" , "Downcasting behavior in Series and DataFrame methods" ),
148- ("Series.idxmin" , "The behavior of Series.idxmin" ),
149- ("Series.idxmax" , "The behavior of Series.idxmax" ),
150- ("SeriesGroupBy.fillna" , "SeriesGroupBy.fillna is deprecated" ),
151- ("SeriesGroupBy.idxmin" , "The behavior of Series.idxmin" ),
152- ("SeriesGroupBy.idxmax" , "The behavior of Series.idxmax" ),
153- ("to_pytimedelta" , "The behavior of TimedeltaProperties.to_pytimedelta" ),
154- ("NDFrame.reindex_like" , "keyword argument 'method' is deprecated" ),
155145 # Docstring divides by zero to show behavior difference
156146 ("missing.mask_zero_div_zero" , "divide by zero encountered" ),
157- (
158- "pandas.core.generic.NDFrame.first" ,
159- "first is deprecated and will be removed in a future version. "
160- "Please create a mask and filter using `.loc` instead" ,
161- ),
162- (
163- "Resampler.fillna" ,
164- "DatetimeIndexResampler.fillna is deprecated" ,
165- ),
166- (
167- "DataFrameGroupBy.fillna" ,
168- "DataFrameGroupBy.fillna with 'method' is deprecated" ,
169- ),
170147 ("read_parquet" , "Passing a BlockManager to DataFrame is deprecated" ),
171148 ]
172149
0 commit comments