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 0d321ab commit 1154d8cCopy full SHA for 1154d8c
pyproject.toml
@@ -134,7 +134,7 @@ filterwarnings= [
134
"ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning",
135
"ignore:datetime.datetime.utcnow:DeprecationWarning",
136
# from ipykernel 6 (fixed in 7)
137
- "ignore:ipykernel.jsonutil:DeprecationWarning",
+ "ignore:Parsing dates:DeprecationWarning:ipykernel.jsonutil",
138
]
139
140
[tool.coverage.report]
0 commit comments