From 597f6bf643854a96e821909c20aa3671c63ad75e Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 13 Jun 2022 07:59:22 +0200 Subject: [PATCH] Add internal changelog --- doc/whatsnew/2/2.15/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/whatsnew/2/2.15/index.rst b/doc/whatsnew/2/2.15/index.rst index be88783cad..f02ade6422 100644 --- a/doc/whatsnew/2/2.15/index.rst +++ b/doc/whatsnew/2/2.15/index.rst @@ -61,3 +61,9 @@ Internal changes * ``pylint.testutils.primer`` is now a private API. Refs #6905 + +* Fixed an issue where it was impossible to update functional tests output when the existing + output was impossible to parse. Instead of raising an error we raise a warning message and + let the functional test fail with a default value. + + Closes #6891