We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd47b48 commit 53bb0b9Copy full SHA for 53bb0b9
pandas/conftest.py
@@ -135,6 +135,7 @@ def pytest_collection_modifyitems(items, config) -> None:
135
# Warnings from doctests that can be ignored; place reason in comment above.
136
# Each entry specifies (path, message) - see the ignore_doctest_warning function
137
ignored_doctest_warnings = [
138
+ ("api.interchange.from_dataframe", ".*Interchange Protocol is deprecated"),
139
("is_int64_dtype", "is_int64_dtype is deprecated"),
140
("is_interval_dtype", "is_interval_dtype is deprecated"),
141
("is_period_dtype", "is_period_dtype is deprecated"),
0 commit comments