Skip to content

Commit 825dae2

Browse files
list the deprecated hook markers to ease grep
1 parent 9eb8d8e commit 825dae2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/en/deprecations.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,20 @@ should be changed to:
109109
def pytest_runtest_call():
110110
...
111111
112+
changed attributes:
113+
114+
* hookimpl
115+
116+
* tryfirst
117+
* trylast
118+
* optionalhook
119+
* hookwrapper
120+
121+
* hookwrapper
122+
123+
* firstresult
124+
* historic
125+
112126

113127
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
114128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)