From df0c01e94166563deadfabaaf32c492f2ebd7b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:51:23 +0400 Subject: [PATCH] Stop ignoring body warnings (#1712) (#1713) (cherry picked from commit 7c8d6687c27cd39ef1bd4c753d4402a6ebb543bb) Co-authored-by: Quentin Pradet --- 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