Skip to content

Commit

Permalink
Remove deprecated 'pytest_itemstart' hook
Browse files Browse the repository at this point in the history
This hook has been deprecated for more than 10 years and has not even
being called by pytest in a long time.
  • Loading branch information
nicoddemus committed Jan 30, 2020
1 parent 4de8e68 commit 2b017d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_pytest/hookspec.py
Expand Up @@ -307,10 +307,6 @@ def pytest_runtestloop(session):
"""


def pytest_itemstart(item, node):
"""(**Deprecated**) use pytest_runtest_logstart. """


@hookspec(firstresult=True)
def pytest_runtest_protocol(item, nextitem):
""" implements the runtest_setup/call/teardown protocol for
Expand Down

0 comments on commit 2b017d4

Please sign in to comment.