From 486b786cb22e037fc76f210a8c00ab7d42c83a49 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 18 May 2018 12:02:50 -0400 Subject: [PATCH] Add trivial changelog entry --- changelog/3487.trivial.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/3487.trivial.rst diff --git a/changelog/3487.trivial.rst b/changelog/3487.trivial.rst new file mode 100644 index 000000000..b6dd840f8 --- /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``.