Skip to content

Commit

Permalink
Update doc/en/deprecations.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
  • Loading branch information
RonnyPfannschmidt and nicoddemus committed Mar 8, 2022
1 parent b70cc49 commit b0e5036
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions doc/en/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,17 @@ should be changed to:
def pytest_runtest_call():
...
changed attributes:
Changed ``hookimpl`` attributes:

* hookimpl
* ``tryfirst``
* ``trylast``
* ``optionalhook``
* ``hookwrapper``

* tryfirst
* trylast
* optionalhook
* hookwrapper
Changed ``hookwrapper`` attributes:

* hookwrapper

* firstresult
* historic
* ``firstresult``
* ``historic``


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

0 comments on commit b0e5036

Please sign in to comment.