From 4d782dc13fab89d660337b4152c9dd5ca9b14d20 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 May 2019 09:00:39 -0300 Subject: [PATCH] Add CHANGELOG for #5239 --- changelog/5239.trivial.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/5239.trivial.rst diff --git a/changelog/5239.trivial.rst b/changelog/5239.trivial.rst new file mode 100644 index 000000000..5bd7389f3 --- /dev/null +++ b/changelog/5239.trivial.rst @@ -0,0 +1,3 @@ +Pin ``pluggy`` to ``< 1.0`` so we don't update to ``1.0`` automatically when +it gets released: there are planned breaking changes, and we want to ensure +pytest properly supports ``pluggy 1.0``.