You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decorate hook implementations using an instance of HookimplMarker instead.
15
+
The deprecation was announced in release ``0.7.0``.
16
+
17
+
18
+
- `#120 <https://github.com/pytest-dev/pluggy/issues/120>`_: Remove the deprecated ``proc`` argument to ``call_historic``.
19
+
Use ``result_callback`` instead, which has the same behavior.
20
+
The deprecation was announced in release ``0.7.0``.
21
+
22
+
23
+
- `#265 <https://github.com/pytest-dev/pluggy/issues/265>`_: Remove the ``_Result.result`` property. Use ``_Result.get_result()`` instead.
24
+
Note that unlike ``result``, ``get_result()`` raises the exception if the hook raised.
25
+
The deprecation was announced in release ``0.6.0``.
26
+
27
+
28
+
- `#267 <https://github.com/pytest-dev/pluggy/issues/267>`_: Remove official support for Python 3.4.
29
+
30
+
31
+
- `#272 <https://github.com/pytest-dev/pluggy/issues/272>`_: Dropped support for Python 2.
32
+
Continue to use pluggy 0.13.x for Python 2 support.
33
+
34
+
35
+
- `#308 <https://github.com/pytest-dev/pluggy/issues/308>`_: Remove official support for Python 3.5.
36
+
37
+
38
+
- `#313 <https://github.com/pytest-dev/pluggy/issues/313>`_: The internal ``pluggy.callers``, ``pluggy.manager`` and ``pluggy.hooks`` are now explicitly marked private by a ``_`` prefix (e.g. ``pluggy._callers``).
39
+
Only API exported by the top-level ``pluggy`` module is considered public.
0 commit comments