From e7d30c9cc8ed6057f0779fc17ae850add2d29679 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sun, 3 Oct 2021 16:05:44 +0200 Subject: [PATCH] list the deprecated hook markers to ease grep --- doc/en/deprecations.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/en/deprecations.rst b/doc/en/deprecations.rst index 931b97b3fad..4c12ab26bf0 100644 --- a/doc/en/deprecations.rst +++ b/doc/en/deprecations.rst @@ -50,6 +50,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`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~