Skip to content

Commit df0c01e

Browse files
Stop ignoring body warnings (#1712) (#1713)
(cherry picked from commit 7c8d668) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 9255319 commit df0c01e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ profile = black
99
[tool:pytest]
1010
filterwarnings =
1111
error
12-
# The body parameter is no longer deprecated, see
13-
# https://github.com/elastic/elasticsearch-py/issues/2181#issuecomment-1490932964
14-
ignore:The 'body' parameter is deprecated .*:DeprecationWarning
1512
ignore:Legacy index templates are deprecated in favor of composable templates.:elasticsearch.exceptions.ElasticsearchWarning
1613
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version..*:DeprecationWarning

0 commit comments

Comments
 (0)