We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
datetime.datetime.utc()
1 parent 409bacc commit 2a9e903Copy full SHA for 2a9e903
pyproject.toml
@@ -205,6 +205,7 @@ filterwarnings = [
205
"ignore:make_current is deprecated; start the event loop first",
206
"ignore:clear_current is deprecated",
207
"ignore:datetime.utc.* is deprecated",
208
+ "ignore:datetime.datetime.* is deprecated",
209
]
210
211
[tool.coverage.report]
0 commit comments