From 8232fb63bcf314b3efed992c367c27f3d06aeeb9 Mon Sep 17 00:00:00 2001 From: JWM Date: Fri, 16 Aug 2024 10:49:11 +0200 Subject: [PATCH] Add warning to exclude that is not resolved yet in the sphinx traceability extension --- warnings_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/warnings_config.json b/warnings_config.json index e59637db..888ab4b0 100644 --- a/warnings_config.json +++ b/warnings_config.json @@ -6,7 +6,8 @@ "exclude": [ "WARNING: Connection failed: ", "WARNING: Connection failed: ", - "CRITICAL:root:No such Coverity Configuration Service" + "CRITICAL:root:No such Coverity Configuration Service", + "WARNING: cannot cache unpickable configuration value: 'traceability_attributes_sort' \\(because it contains a function, class, or module object\\)" ] } }