Skip to content

Commit

Permalink
ignore deprecationwarning in ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 17, 2024
1 parent 0d321ab commit 1154d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ filterwarnings= [
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
"ignore:datetime.datetime.utcnow:DeprecationWarning",
# from ipykernel 6 (fixed in 7)
"ignore:ipykernel.jsonutil:DeprecationWarning",
"ignore:Parsing dates:DeprecationWarning:ipykernel.jsonutil",
]

[tool.coverage.report]
Expand Down

0 comments on commit 1154d8c

Please sign in to comment.