Skip to content

Commit 0d321ab

Browse files
committed
ignore deprecationwarning in ipykernel
1 parent affe09b commit 0d321ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ filterwarnings= [
133133
# from python-dateutil
134134
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
135135
"ignore:datetime.datetime.utcnow:DeprecationWarning",
136+
# from ipykernel 6 (fixed in 7)
137+
"ignore:ipykernel.jsonutil:DeprecationWarning",
136138
]
137139

138140
[tool.coverage.report]

0 commit comments

Comments
 (0)