diff --git a/changelog/7631.trivial.rst b/changelog/7631.trivial.rst new file mode 100644 index 000000000..81e1d71cc --- /dev/null +++ b/changelog/7631.trivial.rst @@ -0,0 +1,2 @@ +The result type of :meth:`capfd.readouterr() <_pytest.capture.CaptureFixture.readouterr>` (and similar) is no longer a namedtuple, +but should behave like one in all respects. This was done for technical reasons.