We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70cc49 commit b0e5036Copy full SHA for b0e5036
doc/en/deprecations.rst
@@ -109,19 +109,17 @@ should be changed to:
109
def pytest_runtest_call():
110
...
111
112
-changed attributes:
+Changed ``hookimpl`` attributes:
113
114
-* hookimpl
+* ``tryfirst``
115
+* ``trylast``
116
+* ``optionalhook``
117
+* ``hookwrapper``
118
- * tryfirst
- * trylast
- * optionalhook
119
- * hookwrapper
+Changed ``hookwrapper`` attributes:
120
121
-* hookwrapper
122
-
123
- * firstresult
124
- * historic
+* ``firstresult``
+* ``historic``
125
126
127
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
0 commit comments