From c1bdb07b2f2e905e6ec6258fb3638663bb2805e8 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 3 Dec 2018 12:15:04 +0000 Subject: [PATCH] Fix change log entry --- changelog/4487.bugfix.rst | 1 - changelog/4500.bugfix.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/4487.bugfix.rst create mode 100644 changelog/4500.bugfix.rst diff --git a/changelog/4487.bugfix.rst b/changelog/4487.bugfix.rst deleted file mode 100644 index 3ba8d4731..000000000 --- a/changelog/4487.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -During teardown of the python process, and on rare occasions, capture attributes can be ``None`` while trying to resume global capture. diff --git a/changelog/4500.bugfix.rst b/changelog/4500.bugfix.rst new file mode 100644 index 000000000..b84b6b117 --- /dev/null +++ b/changelog/4500.bugfix.rst @@ -0,0 +1 @@ +When a fixture yields and a log call is made after the test runs, and, if the test is interrupted, capture attributes are ``None``.