From 4ffa13728dd64ee3131f718b0d3e58dc00d29b72 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 1 Dec 2018 17:33:48 -0200 Subject: [PATCH] Add links to the deprecations docs for the "removal" changelog entries --- changelog/3079.removal.rst | 4 +++- changelog/3616.removal.rst | 4 +++- changelog/4421.removal.rst | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog/3079.removal.rst b/changelog/3079.removal.rst index c289176d2..19a8612f0 100644 --- a/changelog/3079.removal.rst +++ b/changelog/3079.removal.rst @@ -1 +1,3 @@ -Remove support for yield tests - they are fundamentally broken since collection and test execution were separated. +Remove support for yield tests - they are fundamentally broken because they don't support fixtures properly since collection and test execution were separated. + +See our `docs `__ on information on how to update your code. diff --git a/changelog/3616.removal.rst b/changelog/3616.removal.rst index a88c4534a..a8f2f1c92 100644 --- a/changelog/3616.removal.rst +++ b/changelog/3616.removal.rst @@ -1 +1,3 @@ -Remove the deprecated compat properties for node.Class/Function/Module - use pytest... now. +Remove the deprecated compat properties for ``node.Class/Function/Module`` - use ``pytest.Class/Function/Module`` now. + +See our `docs `__ on information on how to update your code. diff --git a/changelog/4421.removal.rst b/changelog/4421.removal.rst index be0704faa..279587d06 100644 --- a/changelog/4421.removal.rst +++ b/changelog/4421.removal.rst @@ -1 +1,3 @@ -Remove the implementation of the pytest_namespace hook. +Remove the implementation of the ``pytest_namespace`` hook. + +See our `docs `__ on information on how to update your code.