summaryrefslogtreecommitdiff
path: root/src/_pytest/hookspec.py
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-01-30 19:59:10 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-01-30 21:03:29 -0300
commit70739296e1d388f1d2ba4a2e2b24eff53c72171b (patch)
treee44a0794ab5419aa5c76d928baa8099b7f3afd9e /src/_pytest/hookspec.py
parent4de8e680e3c25085f7d1fb9b60ab61128845fe70 (diff)
downloadpytest-70739296e1d388f1d2ba4a2e2b24eff53c72171b.tar.gz
Remove deprecated 'pytest_itemstart' hook
This hook has been deprecated/removed for more than 10 years in a2fe6714f860dfffb657d423355d6c644ccb7550.
Diffstat (limited to 'src/_pytest/hookspec.py')
-rw-r--r--src/_pytest/hookspec.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/_pytest/hookspec.py b/src/_pytest/hookspec.py
index 74dff1e82..57d31d93b 100644
--- a/src/_pytest/hookspec.py
+++ b/src/_pytest/hookspec.py
@@ -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