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 83b3bf1
Showing 1 changed file with 0 additions and 12 deletions.
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 83b3bf1

Please sign in to comment.