We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ea04e commit 34665e7Copy full SHA for 34665e7
doc/en/deprecations.rst
@@ -90,6 +90,20 @@ should be changed to:
90
def pytest_runtest_call():
91
...
92
93
+changed attributes:
94
+
95
+* hookimpl
96
97
+ * tryfirst
98
+ * trylast
99
+ * optionalhook
100
+ * hookwrapper
101
102
+* hookwrapper
103
104
+ * firstresult
105
+ * historic
106
107
108
``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments