test_ok1/changelog/3016.bugfix

3 lines
226 B
Plaintext
Raw Normal View History

2017-12-09 23:58:35 +08:00
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.