Skip to content

Commit

Permalink
MAINT: ignore warning for Jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 12, 2023
1 parent b515759 commit 8eb15f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ ignore = [
[tool.pytest.ini_options]
filterwarnings = [
"error",
'ignore:nodes.Node.traverse() is obsoleted by Node.findall():PendingDeprecationWarning'
'ignore:nodes.Node.traverse() is obsoleted by Node.findall():PendingDeprecationWarning',
'ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning'
]

0 comments on commit 8eb15f3

Please sign in to comment.