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.
1 parent affe09b commit 0d321abCopy full SHA for 0d321ab
pyproject.toml
@@ -133,6 +133,8 @@ filterwarnings= [
133
# from python-dateutil
134
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
135
"ignore:datetime.datetime.utcnow:DeprecationWarning",
136
+ # from ipykernel 6 (fixed in 7)
137
+ "ignore:ipykernel.jsonutil:DeprecationWarning",
138
]
139
140
[tool.coverage.report]
0 commit comments