`importlib_metadata.entry_points` api is surprising

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