Skip to content

Commit bbde6bd

Browse files
committed
doctest warnings
1 parent 5808047 commit bbde6bd

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
@@ -128,6 +128,9 @@ def pytest_collection_modifyitems(items, config) -> None:
128128
# Warnings from doctests that can be ignored; place reason in comment above.
129129
# Each entry specifies (path, message) - see the ignore_doctest_warning function
130130
ignored_doctest_warnings = [
131+
("DatetimeProperties.time", "with pyarrow time dtype"),
132+
("DatetimeArray.time", "with pyarrow time dtype"),
133+
("DatetimeIndex.time", "with pyarrow time dtype"),
131134
("is_int64_dtype", "is_int64_dtype is deprecated"),
132135
("is_interval_dtype", "is_interval_dtype is deprecated"),
133136
("is_period_dtype", "is_period_dtype is deprecated"),

0 commit comments

Comments
 (0)