From 041bf19a5a071c7065a84dc6fe742f507c3d8bd9 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 29 Feb 2024 08:54:47 +0100 Subject: [PATCH] Stop ignoring body warnings --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c306431e9..d902949f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,8 +9,5 @@ profile = black [tool:pytest] filterwarnings = error - # The body parameter is no longer deprecated, see - # https://github.com/elastic/elasticsearch-py/issues/2181#issuecomment-1490932964 - ignore:The 'body' parameter is deprecated .*:DeprecationWarning ignore:Legacy index templates are deprecated in favor of composable templates.:elasticsearch.exceptions.ElasticsearchWarning ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version..*:DeprecationWarning