0.9.0
Added 1
- PluginManager.load_setuptools_entrypoints now accepts a name parameter to load only entry points with that name
Changed 1
- PluginManager.load_setuptools_entrypoints now returns the number of plugins loaded by the call instead of the number of all plugins loaded by all calls to this method
Fixed 1
- Fix internal varnames function for PyPy3
Features
-
#189 <https://github.com/pytest-dev/pluggy/issues/189>_:PluginManager.load_setuptools_entrypointsnow accepts anameparameter that when given will load only entry points with that name.PluginManager.load_setuptools_entrypointsalso now returns the number of plugins loaded by the call, as opposed to the number of all plugins loaded by all calls to this method.
Bug Fixes
#187 <https://github.com/pytest-dev/pluggy/issues/187>_: Fix internalvarnamesfunction for PyPy3.