Skip to content

Commit

Permalink
Ignore pkg_resources warnings from gevent and pywb
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 5, 2023
1 parent 4a20795 commit 51453a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ filterwarnings =
; pkg_resources is calling its own deprecated function? Anyway I don't think the problem is with us.
ignore:^Deprecated call to .pkg_resources\.declare_namespace\('.*'\).\.:DeprecationWarning:pkg_resources
; pkg_resources used in some of our dependencies
ignore:^pkg_resources is deprecated as an API$:DeprecationWarning:pkg_resources

ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources
ignore:^pkg_resources is deprecated as an API:DeprecationWarning:gevent
ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pywb

xfail_strict=true

Expand Down

0 comments on commit 51453a1

Please sign in to comment.