We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0962909 commit 64d28b8Copy full SHA for 64d28b8
1 file changed
changelog/704.removal.rst
@@ -0,0 +1,8 @@
1
+Hook options are now :class:`pluggy.HookspecConfiguration` /
2
+:class:`pluggy.HookimplConfiguration` objects (markers attach these instead of
3
+dicts). ``PluginManager.parse_hookimpl_opts`` /
4
+``parse_hookspec_opts`` remain as a deprecated pytest/support concession that
5
+returns legacy dicts and are only invoked during registration when a subclass
6
+overrides them and no modern configuration attribute was found.
7
+``HookspecOpts`` / ``HookimplOpts`` TypedDicts remain importable for
8
+pytest/typing compatibility.
0 commit comments