pytest-dev/pluggy

Does pluggy work with all package managers (setuptools, poetry, ...)?

cgebbe opened this issue · 1 comments

Like the title says: Does pluggy work with all package managers (setuptools, poetry, ...)?

I'm asking because I just read that e.g. poetry plugins only work similarly to setuptools entry points and was therefore curious about this project.

Pluggy uses the entrypoint system that's supposed by all modern packaging tools

The api name is by now badly chosen as 10 years ago setuptools + pkg_resources was the only implementation