diff --git a/changelog/3487.trivial.rst b/changelog/3487.trivial.rst new file mode 100644 index 00000000000..b6dd840f850 --- /dev/null +++ b/changelog/3487.trivial.rst @@ -0,0 +1,3 @@ +Detect `pytest_` prefixed hooks using the internal plugin +manager since ``pluggy`` is deprecating the ``implprefix`` +argument to ``PluginManager``.