pytest-dev/pluggy (pluggy)
### [`v1.5.0`](https://redirect.github.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-150-2024-04-19)
[Compare Source](https://redirect.github.com/pytest-dev/pluggy/compare/1.4.0...1.5.0)
\=========================
## Features
- `#178 `\_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.
See :ref:`warn_on_impl` for details.
## Bug Fixes
- `#481 `\_: `PluginManager.get_plugins()` no longer returns `None` for blocked plugins.
### [`v1.4.0`](https://redirect.github.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-140-2024-01-24)
[Compare Source](https://redirect.github.com/pytest-dev/pluggy/compare/1.3.0...1.4.0)
\=========================
## Features
- `#463 `\_: A warning :class:`~pluggy.PluggyTeardownRaisedWarning` is now issued when an old-style hookwrapper raises an exception during teardown.
See the warning documentation for more details.
- `#471 `\_: Add :func:`PluginManager.unblock ` method to unblock a plugin by plugin name.
## Bug Fixes
- `#441 `\_: Fix :func:`~pluggy.HookCaller.call_extra()` extra methods getting ordered before everything else in some circumstances. Regressed in pluggy 1.1.0.
- `#438 `\_: Fix plugins registering other plugins in a hook when the other plugins implement the same hook itself. Regressed in pluggy 1.1.0.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.3.0
->==1.5.0
Release Notes
pytest-dev/pluggy (pluggy)
### [`v1.5.0`](https://redirect.github.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-150-2024-04-19) [Compare Source](https://redirect.github.com/pytest-dev/pluggy/compare/1.4.0...1.5.0) \========================= ## Features - `#178Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.