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
As per discussion in #144 we plan to outright remove the implprefix kwarg to PluginManager after an appropriate PR has been made to pytest implementing the prefix based hook detection/registration.
Further discussion should be made here regarding a possible strategy pattern for hook detection outside of the regular explicit marking mechanism.
An initial thought is to instead offer prefix based registration through a prefix kwarg to PluginManager.register() if this is a feature we'd like to keep.
The text was updated successfully, but these errors were encountered:
`pluggy` is deprecating the `implprefix` argument in the next major
release so implement this detection in our derived plugin manager.
Relates to pytest-dev/pluggy#145
goodboy
pushed a commit
to goodboy/pytest
that referenced
this issue
May 18, 2018
`pluggy` is deprecating the `implprefix` argument in the next major
release so implement this detection in our derived plugin manager.
Relates to pytest-dev/pluggy#145
As per discussion in #144 we plan to outright remove the
implprefix
kwarg toPluginManager
after an appropriate PR has been made topytest
implementing the prefix based hook detection/registration.Further discussion should be made here regarding a possible strategy pattern for hook detection outside of the regular explicit marking mechanism.
An initial thought is to instead offer prefix based registration through a
prefix
kwarg toPluginManager.register()
if this is a feature we'd like to keep.The text was updated successfully, but these errors were encountered: