diff --git a/changelog/3290.bugfix b/changelog/3290.bugfix new file mode 100644 index 000000000..c036501c8 --- /dev/null +++ b/changelog/3290.bugfix @@ -0,0 +1,2 @@ +Improved `monkeypatch` to support some form of with statement. Now you can use `with monkeypatch.context() as m:` +construction to avoid damage of Pytest.