Skip to content

Commit

Permalink
Ignore the new Jupyter_core deprecation warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Nov 9, 2022
1 parent 38ced9d commit ffff5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -123,7 +123,8 @@ filterwarnings= [
# Ignore jupyter_client warnings
"ignore:unclosed <socket.socket:ResourceWarning",
"ignore:unclosed event loop:ResourceWarning",
"ignore:There is no current event loop:DeprecationWarning"
"ignore:There is no current event loop:DeprecationWarning",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
]

[tool.flake8]
Expand Down

0 comments on commit ffff5e3

Please sign in to comment.