Skip to content

Commit 82177f0

Browse files
committed
ignore deprecation warning in doctest
1 parent 09f9893 commit 82177f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ 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+
("DataFrame.__dataframe__", "Interchange Protocol is deprecated"),
144145
("DataFrameGroupBy.fillna", "DataFrameGroupBy.fillna is deprecated"),
145146
("DataFrameGroupBy.corrwith", "DataFrameGroupBy.corrwith is deprecated"),
146147
("NDFrame.replace", "Series.replace without 'value'"),

0 commit comments

Comments
 (0)