Skip to content

Commit e7d30c9

Browse files
list the deprecated hook markers to ease grep
1 parent c53e07c commit e7d30c9

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
@@ -50,6 +50,20 @@ should be changed to:
5050
def pytest_runtest_call():
5151
...
5252
53+
changed attributes:
54+
55+
* hookimpl
56+
57+
* tryfirst
58+
* trylast
59+
* optionalhook
60+
* hookwrapper
61+
62+
* hookwrapper
63+
64+
* firstresult
65+
* historic
66+
5367

5468
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
5569
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)