Skip to content

Commit 1793204

Browse files
committed
Improve and fix changelog
1 parent c85c615 commit 1793204

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

changelog/10465.deprecation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Test functions returning a value other than None will now return a warning and not an error.
1+
Test functions returning a value other than None will now issue a :class:`pytest.PytestWarning` instead of :class:`pytest.PytestRemovedIn8Warning`, meaning this will stay a warning instead of becoming an error in the future.

changelog/11151.breaking.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27
2-
<https://devguide.python.org/versions/>`__.
1+
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 <https://devguide.python.org/versions/>`__.

0 commit comments

Comments
 (0)