close
Skip to content

importlib_metadata.entry_points api is surprising #44

Description

@jaraco

In GitLab by @asottile on Feb 13, 2019, 03:40

what I expected:

entry_points('pytest') => return me a mapping of pytest's entry points

reality:

entry_points('pytest') => ignore the passed in name argument (never referenced in function) and return all entrypoints for all distributions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions