We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5808047 commit bbde6bdCopy full SHA for bbde6bd
pandas/conftest.py
@@ -128,6 +128,9 @@ def pytest_collection_modifyitems(items, config) -> None:
128
# Warnings from doctests that can be ignored; place reason in comment above.
129
# Each entry specifies (path, message) - see the ignore_doctest_warning function
130
ignored_doctest_warnings = [
131
+ ("DatetimeProperties.time", "with pyarrow time dtype"),
132
+ ("DatetimeArray.time", "with pyarrow time dtype"),
133
+ ("DatetimeIndex.time", "with pyarrow time dtype"),
134
("is_int64_dtype", "is_int64_dtype is deprecated"),
135
("is_interval_dtype", "is_interval_dtype is deprecated"),
136
("is_period_dtype", "is_period_dtype is deprecated"),
0 commit comments