@@ -141,32 +141,9 @@ def pytest_collection_modifyitems(items, config) -> None:
141
141
("is_datetime64tz_dtype" , "is_datetime64tz_dtype is deprecated" ),
142
142
("is_categorical_dtype" , "is_categorical_dtype is deprecated" ),
143
143
("is_sparse" , "is_sparse is deprecated" ),
144
- ("DataFrameGroupBy.fillna" , "DataFrameGroupBy.fillna is deprecated" ),
145
- ("DataFrameGroupBy.corrwith" , "DataFrameGroupBy.corrwith is deprecated" ),
146
144
("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" ),
155
145
# Docstring divides by zero to show behavior difference
156
146
("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
- ),
170
147
("read_parquet" , "Passing a BlockManager to DataFrame is deprecated" ),
171
148
]
172
149
0 commit comments