Opened 13 months ago
Closed 13 months ago
#19207 closed enhancement (fixed)
pluggy-1.4.0 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 months ago
comment:3 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
483a2f494b Update to pixman-0.43.2. 83f3feb915 Update to mc-4.8.31. 8348b2b7f0 Update to URI-5.25 (Perl Module). c65b4640e5 Update to pluggy-1.4.0 (Python module). f66a2038ee Update to pytest-8.0.0 (Python module).
Note:
See TracTickets
for help on using tickets.
pluggy 1.4.0 (2024-01-24)
Features
~pluggy.PluggyTeardownRaisedWarning
is now issued when an old-style hookwrapper raises an exception during teardown.PluginManager.unblock <pluggy.PluginManager.unblock>
method to unblock a plugin by plugin name.Bug Fixes
~pluggy.HookCaller.call_extra()
extra methods getting ordered before everything else in some circumstances. Regressed in pluggy 1.1.0.pluggy 1.3.0 (2023-08-26)
Deprecations and Removals
Features
pluggy 1.2.0 (2023-06-21)
Features
wrapper=True
designation in the
@hookimpl()
decorator.
pluggy 1.1.0 (YANKED)
This release was yanked because unfortunately the implicit new-style hook wrappers broke some downstream projects. This was rectified in the 1.2.0 release.