Add trivial changelog entry

This commit is contained in:
Tyler Goodlet 2018-05-18 12:02:50 -04:00
parent d4065a9166
commit 486b786cb2
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Detect `pytest_` prefixed hooks using the internal plugin
manager since ``pluggy`` is deprecating the ``implprefix``
argument to ``PluginManager``.