Skip to content

Commit

Permalink
Update warningfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 18, 2023
1 parent b041b70 commit 3e3f190
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 @@ -204,4 +204,6 @@ filterwarnings =
ignore:Module already imported so cannot be rewritten:pytest.PytestAssertRewriteWarning
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning
ignore:lib2to3 package is deprecated and may not be able to parse Python:DeprecationWarning
ignore:path is deprecated. Use files\(\) instead.:DeprecationWarning
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning

0 comments on commit 3e3f190

Please sign in to comment.