Skip to content

Commit b0e5036

Browse files
Update doc/en/deprecations.rst
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent b70cc49 commit b0e5036

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/en/deprecations.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,17 @@ should be changed to:
109109
def pytest_runtest_call():
110110
...
111111
112-
changed attributes:
112+
Changed ``hookimpl`` attributes:
113113

114-
* hookimpl
114+
* ``tryfirst``
115+
* ``trylast``
116+
* ``optionalhook``
117+
* ``hookwrapper``
115118

116-
* tryfirst
117-
* trylast
118-
* optionalhook
119-
* hookwrapper
119+
Changed ``hookwrapper`` attributes:
120120

121-
* hookwrapper
122-
123-
* firstresult
124-
* historic
121+
* ``firstresult``
122+
* ``historic``
125123

126124

127125
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``

0 commit comments

Comments
 (0)