Skip to content

Commit d27c8a4

Browse files
authored
[7.x] Handle Jupyter Core Warning (#875)
1 parent 46f3f8c commit d27c8a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ filterwarnings= [
135135
# We could eventually find a way to make sure these are only created
136136
# when there is a running event loop.
137137
"ignore:There is no current event loop:DeprecationWarning:zmq",
138+
139+
# Workaround for jupyter_core warning.
140+
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
138141
]
139142

140143
[tool.mypy]

0 commit comments

Comments
 (0)