From d85a3ca19adac20ca4512388f4b5b75bdcf1e079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 9 Dec 2017 16:58:35 +0100 Subject: [PATCH] add changelog entry --- changelog/3016.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/3016.bugfix diff --git a/changelog/3016.bugfix b/changelog/3016.bugfix new file mode 100644 index 000000000..1e2c86bdf --- /dev/null +++ b/changelog/3016.bugfix @@ -0,0 +1,2 @@ +Fixed restoring Python state after in-process pytest runs with the ``pytester`` plugin; this may break tests using +making multiple inprocess pytest runs if later ones depend on earlier ones leaking global interpreter changes.