Skip to content

Commit 2a9e903

Browse files
authored
Add datetime.datetime.utc() to the filter list (jupyter#7037)
1 parent 409bacc commit 2a9e903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ filterwarnings = [
205205
"ignore:make_current is deprecated; start the event loop first",
206206
"ignore:clear_current is deprecated",
207207
"ignore:datetime.utc.* is deprecated",
208+
"ignore:datetime.datetime.* is deprecated",
208209
]
209210

210211
[tool.coverage.report]

0 commit comments

Comments
 (0)