Skip to content

Commit

Permalink
Stop ignoring body warnings (elastic#1712) (elastic#1713)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c8d668)

Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Mar 4, 2024
1 parent 9255319 commit df0c01e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df0c01e

Please sign in to comment.