pytest-dev / pluggy

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

Export pluggy's typing #434

Closed bluetech closed 1 year ago

bluetech commented 1 year ago

This exports our typing, fixing #428.

I ran pytest mypy against this (see https://github.com/pytest-dev/pytest/pull/11353), which required a couple of fixes in pluggy - see first 2 commits. Other than that, should be good.