Skip to content

Commit

Permalink
hookspec: remove unused hookspec pytest_doctest_prepare_content()
Browse files Browse the repository at this point in the history
It's been unused for 10 years at lest from bb50ec8.
  • Loading branch information
bluetech committed Jun 25, 2020
1 parent 256a5d8 commit f382a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions changelog/7418.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove the `pytest_doctest_prepare_content` hook specification. This hook
hasn't been triggered by pytest for at least 10 years.
12 changes: 0 additions & 12 deletions src/_pytest/hookspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,18 +805,6 @@ def pytest_warning_recorded(
"""


# -------------------------------------------------------------------------
# doctest hooks
# -------------------------------------------------------------------------


@hookspec(firstresult=True)
def pytest_doctest_prepare_content(content):
""" return processed content for a given doctest
Stops at first non-None result, see :ref:`firstresult` """


# -------------------------------------------------------------------------
# error handling and internal debugging hooks
# -------------------------------------------------------------------------
Expand Down

0 comments on commit f382a6b

Please sign in to comment.