diff --git a/changelog/10465.deprecation.rst b/changelog/10465.deprecation.rst index 8929bb7a4..a715af5e6 100644 --- a/changelog/10465.deprecation.rst +++ b/changelog/10465.deprecation.rst @@ -1 +1 @@ -Test functions returning a value other than None will now return a warning and not an error. +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. diff --git a/changelog/11151.breaking.rst b/changelog/11151.breaking.rst index 2e86c5dfb..114a7d8e2 100644 --- a/changelog/11151.breaking.rst +++ b/changelog/11151.breaking.rst @@ -1,2 +1 @@ -Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 -`__. +Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 `__.