Skip to content

Commit 7d64f7f

Browse files
apply more review comments
1 parent 3107e69 commit 7d64f7f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/en/backwards-compatibility.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ c) true breakage: should only to be considered when normal transition is unreaso
3030

3131
Examples for such upcoming changes:
3232

33-
* removal of ``pytest_runtest_protocol/nextitem``
33+
* removal of ``pytest_runtest_protocol/nextitem`` - `#895`_
3434
* rearranging of the node tree to include ``FunctionDefinition``
35-
* rearranging of ``SetupState``
35+
* rearranging of ``SetupState`` `#895`_
3636

3737
True breakages must be announced first in an issue containing:
3838

3939
* Detailed description of the change
4040
* Rationale
41-
* Expected impact on users and plugin authors
41+
* Expected impact on users and plugin authors (example in `#895`_)
4242

4343
After there's no hard *-1* on the issue it should be followed up by an initial proof-of-concept Pull Request.
4444

@@ -56,7 +56,7 @@ History
5656

5757

5858
Focus primary on smooth transition - stance (pre 6.0)
59-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6060

6161
Keeping backwards compatibility has a very high priority in the pytest project. Although we have deprecated functionality over the years, most of it is still supported. All deprecations in pytest were done because simpler or more efficient ways of accomplishing the same tasks have emerged, making the old way of doing things unnecessary.
6262

@@ -75,3 +75,6 @@ Deprecation Roadmap
7575
Features currently deprecated and removed in previous releases can be found in :ref:`deprecations`.
7676

7777
We track future deprecation and removal of features using milestones and the `deprecation <https://github.com/pytest-dev/pytest/issues?q=label%3A%22type%3A+deprecation%22>`_ and `removal <https://github.com/pytest-dev/pytest/labels/type%3A%20removal>`_ labels on GitHub.
78+
79+
80+
.. _`#895`: https://github.com/pytest-dev/pytest/issues/895

0 commit comments

Comments
 (0)