Skip to content

Commit

Permalink
Don't error on pytest deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 11, 2024
1 parent dcbd917 commit acd8ef9
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 @@ -365,6 +365,7 @@ filterwarnings =
always:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning
always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.:DeprecationWarning
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
always:The hookimpl pytest_configure uses old-style configuration options:pytest.PytestDeprecationWarning
markers = sphinx
Expand Down

0 comments on commit acd8ef9

Please sign in to comment.