Skip to content

Commit

Permalink
suppress doctest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Oct 15, 2023
1 parent 59f9094 commit 42fcae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ def pytest_collection_modifyitems(items, config) -> None:
("NDFrame.replace", "The 'method' keyword"),
("NDFrame.replace", "Series.replace without 'value'"),
("NDFrame.clip", "Downcasting behavior in Series and DataFrame methods"),
("Series.to_timestamp", "Series.to_timestamp is deprecated"),
("Series.to_period", "Series.to_period is deprecated"),
("Series.tz_localize", "Series.tz_localize is deprecated"),
("Series.tz_convert", "Series.tz_convert is deprecated"),
("DataFrame.to_timestamp", "DataFrame.to_timestamp is deprecated"),
("Series.idxmin", "The behavior of Series.idxmin"),
("Series.idxmax", "The behavior of Series.idxmax"),
("SeriesGroupBy.idxmin", "The behavior of Series.idxmin"),
Expand Down

0 comments on commit 42fcae8

Please sign in to comment.