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