Files
pytest2/changelog/3016.bugfix
Jurko Gospodnetić d85a3ca19a add changelog entry
2017-12-17 12:47:50 +01:00

3 lines
226 B
Plaintext

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.