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