pytest-dev / pluggy

A minimalist production ready plugin system
https://pluggy.readthedocs.io/en/latest/
MIT License
1.29k stars 123 forks source link

hooks: remove a couple of unnecessary slots from `_SubsetHookCaller` #410

Closed bluetech closed 1 year ago

bluetech commented 1 year ago

They are specified in the base class, it's wrong to specify in the subclass.