Skip to content

Commit 38b6177

Browse files
committed
MAINT: ignore test suite warning for recent jupyter core versions
1 parent 2fd1d83 commit 38b6177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ addopts = [
1616
filterwarnings = [
1717
# turn warnings into errors (unless they are explicitly handled in tests or ignored here)
1818
"error",
19+
"ignore:Jupyter is migrating its paths to use standard platformdirs.*:DeprecationWarning:jupyter_client.connect.*:",
1920
]
2021

2122

0 commit comments

Comments
 (0)