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 Feb 27, 2022
1 parent 9eb8d8e commit 825dae2
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 @@ -109,6 +109,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 825dae2

Please sign in to comment.