pytest-dev / pluggy

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

Add `PluginManager.unblock` method to unblock a name #471

Closed bluetech closed 7 months ago

bluetech commented 7 months ago

Pytest currently accesses internals to do this: https://github.com/pytest-dev/pytest/blob/1b78de4e21d55983422e7327a51304ef0fc61679/src/_pytest/config/__init__.py#L740-L746 Let's provide a proper API for this.