Skip to content

Commit 34665e7

Browse files
list the deprecated hook markers to ease grep
1 parent 80ea04e commit 34665e7

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
@@ -90,6 +90,20 @@ should be changed to:
9090
def pytest_runtest_call():
9191
...
9292
93+
changed attributes:
94+
95+
* hookimpl
96+
97+
* tryfirst
98+
* trylast
99+
* optionalhook
100+
* hookwrapper
101+
102+
* hookwrapper
103+
104+
* firstresult
105+
* historic
106+
93107

94108
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
95109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)