From 1793204872d531e0bd2f626b2a4f5a038ee9f9a9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 7 Sep 2023 11:49:03 -0300 Subject: [PATCH] Improve and fix changelog --- changelog/10465.deprecation.rst | 2 +- changelog/11151.breaking.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 `__.