Skip to content

Commit

Permalink
Don't error on pkg-resources warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 17, 2023
1 parent ccd43b8 commit 025fd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,6 @@ filterwarnings =
always:(contents|read_text|open_text) is deprecated. Use files\(\) instead.:DeprecationWarning
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
always:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning
always:pkg_resources is deprecated as an API:DeprecationWarning
always:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning
markers = sphinx

0 comments on commit 025fd56

Please sign in to comment.