Skip to content

Commit 32c56e4

Browse files
authored
Merge pull request #658 from scipp/reenable-warning-filter
Restore warning ignore for ipykernel.comm.Comm
2 parents 62940dd + dc47474 commit 32c56e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ testpaths = "tests"
7979
filterwarnings = [
8080
"error",
8181
'ignore:You are running a "Debug" build of scipp:',
82+
# from ipywidgets; they are migrating away from ipykernel, this warning should go away
83+
'ignore:The `ipykernel.comm.Comm` class has been deprecated.:DeprecationWarning',
8284
# Plotting related warnings.
8385
'ignore:\n Sentinel is not a public part of the traitlets API:DeprecationWarning',
8486
# TODO Plotting warnings that need to be addressed

0 commit comments

Comments
 (0)