Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only define gethookproxy, isinitpath on Session #7648

Merged
merged 1 commit into from Aug 18, 2020

Commits on Aug 15, 2020

  1. Only define gethookproxy, isinitpath on Session

    This fixes an issue where pylint complains about missing implementations
    of abstract methods in subclasses of `File` which only override
    `collect()` (as they should).
    
    It is also cleaner and makes sense, these methods really don't need to
    be overridden.
    
    The previous methods defined directly on `FSCollector` and `Package` are
    deprecated, to be removed in pytest 7.
    
    See commits e2934c3 and
    f10ab02 for reference.
    bluetech committed Aug 15, 2020
    Copy the full SHA
    eddd993 View commit details
    Browse the repository at this point in the history