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.