Skip to content

Commit

Permalink
Stop ignoring body warnings (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Feb 29, 2024
1 parent 2401aa9 commit 7c8d668
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 7c8d668

Please sign in to comment.