Skip to content

Commit 4a3c8e2

Browse files
authored
Merge pull request #4491 from nicoddemus/removal-links
Add links to the deprecations docs for the "removal" changelog entries
2 parents a131f0a + 4ffa137 commit 4a3c8e2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog/3079.removal.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Remove support for yield tests - they are fundamentally broken since collection and test execution were separated.
1+
Remove support for yield tests - they are fundamentally broken because they don't support fixtures properly since collection and test execution were separated.
2+
3+
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#yield-tests>`__ on information on how to update your code.

changelog/3616.removal.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Remove the deprecated compat properties for node.Class/Function/Module - use pytest... now.
1+
Remove the deprecated compat properties for ``node.Class/Function/Module`` - use ``pytest.Class/Function/Module`` now.
2+
3+
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#internal-classes-accessed-through-node>`__ on information on how to update your code.

changelog/4421.removal.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Remove the implementation of the pytest_namespace hook.
1+
Remove the implementation of the ``pytest_namespace`` hook.
2+
3+
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#pytest-namespace>`__ on information on how to update your code.

0 commit comments

Comments
 (0)