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