pytest-dev / pluggy

A minimalist production ready plugin system
https://pluggy.readthedocs.io/en/latest/
MIT License
1.23k stars 121 forks source link

[FR] Rename `load_setuptools_entrypoints` to `load_package_metadata_entrypoints()` #514

Closed webknjaz closed 1 week ago

webknjaz commented 1 month ago

It's here https://github.com/pytest-dev/pluggy/blob/main/src/pluggy/_manager.py#L397C14-L397C24. Should go through a long deprecation period, of course.

setuptools is also mentioned in the docs: https://github.com/pytest-dev/pluggy/blob/3fde0aece728642652c52fb9773aa99ab31e803f/docs/index.rst?plain=1#L731-L735

noklam commented 1 week ago

See this:

p.s. I am not a pluggy dev

RonnyPfannschmidt commented 1 week ago

Closing as duplicates of #154

@noklam thanks for fetching the references