summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-17 17:56:16 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-08-19 08:14:28 -0300
commitb32c48ee0519f7469077ed9878bbc1d550660d78 (patch)
tree75a60d3f18de6202a4db31181c08fd1f6095fe80 /changelog
parent52b0cc4f193debc8e16fd386b1644c80d9d329ec (diff)
downloadpytest-b32c48ee0519f7469077ed9878bbc1d550660d78.tar.gz
Add bottom changelog deprecation notice
Diffstat (limited to 'changelog')
-rw-r--r--changelog/5585.breaking.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog/5585.breaking.rst b/changelog/5585.breaking.rst
index 3f71d3ece..34e264d0b 100644
--- a/changelog/5585.breaking.rst
+++ b/changelog/5585.breaking.rst
@@ -10,3 +10,7 @@ removed:
* 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.
+
+
+For more information consult
+`Deprecations and Removals <https://docs.pytest.org/en/stable/deprecations.html>`__ in the docs.