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 affe09b commit 0d321ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ filterwarnings= [
# from python-dateutil
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
"ignore:datetime.datetime.utcnow:DeprecationWarning",
# from ipykernel 6 (fixed in 7)
"ignore:ipykernel.jsonutil:DeprecationWarning",
]

[tool.coverage.report]
Expand Down

0 comments on commit 0d321ab

Please sign in to comment.