Skip to content

Commit

Permalink
list the deprecated hook markers to ease grep
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Nov 17, 2021
1 parent 80ea04e commit 34665e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/en/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,20 @@ should be changed to:
def pytest_runtest_call():
...
changed attributes:

* hookimpl

* tryfirst
* trylast
* optionalhook
* hookwrapper

* hookwrapper

* firstresult
* historic


``py.path.local`` arguments for hooks replaced with ``pathlib.Path``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 34665e7

Please sign in to comment.