Add `datetime.datetime.utc()` to the filter list (#7037)

pull/7040/head
Jeremy Tuloup 3 years ago committed by GitHub
parent 409bacc9aa
commit 2a9e90325c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]

Loading…
Cancel
Save