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
Remove legacy HookimplOpts normalization and from_opts method
- Remove normalize_hookimpl_opts function as modern pluggy uses HookimplConfiguration directly
- Remove HookimplConfiguration.from_opts class method (backward compatibility no longer needed)
- Simplify _parse_hookimpl method by removing dict-based configuration handling
- Use HookimplConfiguration constructor directly instead of factory method
- Maintain compatibility with parse_hookimpl_opts override for subclasses like pytest
- Remove unnecessary normalize_hookimpl_opts import from _manager.py
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments