From 376457bee715980decbd5c54ed4cd2d51daf2633 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 29 Feb 2024 18:13:22 +0100 Subject: [PATCH] Stop ignoring body warnings (#1712) (cherry picked from commit 7c8d6687c27cd39ef1bd4c753d4402a6ebb543bb) --- 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