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
Currently if you instantiate class which defines hook specs the
introspector (`pluggy.varnames`) breaks on methods and incorrectly
returns the `self` name. I found this by accident. Although it would be
odd it's still conceivable that a user might wish to define hook specs
on an instance. The real problem seems to be that varnames doesn't
actually disregard `self` like the doc string claims.
0 commit comments