Skip to content

Commit

Permalink
Add datetime.datetime.utc() to the filter list (#7037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 8, 2023
1 parent 409bacc commit 2a9e903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ filterwarnings = [
"ignore:make_current is deprecated; start the event loop first",
"ignore:clear_current is deprecated",
"ignore:datetime.utc.* is deprecated",
"ignore:datetime.datetime.* is deprecated",
]

[tool.coverage.report]
Expand Down

0 comments on commit 2a9e903

Please sign in to comment.