Open
Description
follow-up to pytest-dev/pytest#6475
sometimes naming choices/backward compatibility leave functions in a name that may inadvertent fit a plug-in system
while its easy to mark things as optional hook to hide the error, that's also a time bomb waiting for someone to create that hook
a distinct marking for "really not a hook" should resolve that more clearly