Skip to content

Commit d391c22

Browse files
committed
doctest warnings
1 parent 11fbd1f commit d391c22

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
@@ -134,6 +134,9 @@ def pytest_collection_modifyitems(items, config) -> None:
134134
# Warnings from doctests that can be ignored; place reason in comment above.
135135
# Each entry specifies (path, message) - see the ignore_doctest_warning function
136136
ignored_doctest_warnings = [
137+
("DatetimeProperties.time", "with pyarrow time dtype"),
138+
("DatetimeArray.time", "with pyarrow time dtype"),
139+
("DatetimeIndex.time", "with pyarrow time dtype"),
137140
("is_int64_dtype", "is_int64_dtype is deprecated"),
138141
("is_interval_dtype", "is_interval_dtype is deprecated"),
139142
("is_period_dtype", "is_period_dtype is deprecated"),

0 commit comments

Comments
 (0)