add changelog entry

This commit is contained in:
Jurko Gospodnetić 2017-12-09 16:58:35 +01:00
parent f3c9c6e8a8
commit d85a3ca19a
1 changed files with 2 additions and 0 deletions

2
changelog/3016.bugfix Normal file
View File

@ -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.