We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4038d6c + 7073929 commit 39b25ddCopy full SHA for 39b25dd
changelog/6637.breaking.rst
@@ -0,0 +1,3 @@
1
+Removed the long-deprecated ``pytest_itemstart`` hook.
2
+
3
+This hook has been marked as deprecated and not been even called by pytest for over 10 years now.
src/_pytest/hookspec.py
@@ -315,10 +315,6 @@ def pytest_runtestloop(session):
315
"""
316
317
318
-def pytest_itemstart(item, node):
319
- """(**Deprecated**) use pytest_runtest_logstart. """
320
-
321
322
@hookspec(firstresult=True)
323
def pytest_runtest_protocol(item, nextitem):
324
""" implements the runtest_setup/call/teardown protocol for
0 commit comments