Skip to content

Commit 24f848b

Browse files
committed
doctest warnings
1 parent 65a702c commit 24f848b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/conftest.py

+3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ def pytest_collection_modifyitems(items, config) -> None:
129129
# Warnings from doctests that can be ignored; place reason in comment above.
130130
# Each entry specifies (path, message) - see the ignore_doctest_warning function
131131
ignored_doctest_warnings = [
132+
("DatetimeProperties.time", "with pyarrow time dtype"),
133+
("DatetimeArray.time", "with pyarrow time dtype"),
134+
("DatetimeIndex.time", "with pyarrow time dtype"),
132135
("is_int64_dtype", "is_int64_dtype is deprecated"),
133136
("is_interval_dtype", "is_interval_dtype is deprecated"),
134137
("is_period_dtype", "is_period_dtype is deprecated"),

0 commit comments

Comments
 (0)