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
In GitLab by @asottile on Feb 13, 2019, 03:40
what I expected:
entry_points('pytest')=> return me a mapping of pytest's entry pointsreality:
entry_points('pytest')=> ignore the passed innameargument (never referenced in function) and return all entrypoints for all distributions