Skip to content

Commit

Permalink
Ignore annoying DeprecationWarnings from deeply inside matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Oct 30, 2023
1 parent 23f0da1 commit 56c5411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ filterwarnings = [
"ignore:Blowfish*:UserWarning",
# Not sure what that is but it's everywhere...
"ignore:'cgi'*:DeprecationWarning",
"ignore:The py23*:DeprecationWarning",
"ignore:datetime.datetime.utcfromtimestamp()*:DeprecationWarning",
]

0 comments on commit 56c5411

Please sign in to comment.