Skip to content

Commit 8d04032

Browse files
committed
See what past-me was thinking
1 parent 7c2796d commit 8d04032

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pandas/conftest.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)