Skip to content

Commit a068677

Browse files
authored
Ignore the new Jupyter_core deprecation warning in CI (#1019)
1 parent 38ced9d commit a068677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ filterwarnings= [
123123
# Ignore jupyter_client warnings
124124
"ignore:unclosed <socket.socket:ResourceWarning",
125125
"ignore:unclosed event loop:ResourceWarning",
126-
"ignore:There is no current event loop:DeprecationWarning"
126+
"ignore:There is no current event loop:DeprecationWarning",
127+
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
127128
]
128129

129130
[tool.flake8]

0 commit comments

Comments
 (0)