summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-17 17:46:47 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-08-19 08:13:34 -0300
commit457d351941279cd4d93d9fe9a622aa001b9e322e (patch)
tree6544bfa92c68e3b073034c669b3cbf27dcc9ea61 /changelog
parent345a59dd53cc07488d2b3939da3240d978e1394e (diff)
downloadpytest-457d351941279cd4d93d9fe9a622aa001b9e322e.tar.gz
Remove deprecated TerminalReporter.writer property
Diffstat (limited to 'changelog')
-rw-r--r--changelog/5585.breaking.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/5585.breaking.rst b/changelog/5585.breaking.rst
index c429324d2..3f71d3ece 100644
--- a/changelog/5585.breaking.rst
+++ b/changelog/5585.breaking.rst
@@ -8,3 +8,5 @@ removed:
* Direct construction of ``Node`` subclasses now raise an error, use ``from_parent`` instead.
* The default value for ``junit_family`` has changed to ``xunit2``. If you require the old format, add ``junit_family=xunit1`` to your configuration file.
+
+* The ``TerminalReporter`` no longer has a ``writer`` attribute. Plugin authors may use the public functions of the ``TerminalReporter`` instead of accessing the ``TerminalWriter`` object directly.