Skip to content

Commit

Permalink
Ignore warning about pkg_resources in our dependency: deform
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jan 12, 2024
1 parent 27275b9 commit 2417525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ filterwarnings =
ignore:^pkg_resources is deprecated as an API$:DeprecationWarning:pkg_resources
ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid
ignore:^pkg_resources is deprecated as an API:DeprecationWarning:chameleon
ignore:^pkg_resources is deprecated as an API:DeprecationWarning:deform

# Usage of deprecated method of urllib3 within the elasticsearch library
ignore:^HTTPResponse.getheaders\(\) is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.$:DeprecationWarning:elasticsearch
Expand Down

0 comments on commit 2417525

Please sign in to comment.