Skip to content

Commit dc47474

Browse files
committed
Restore warning ignore for ipykernel.comm.Comm
This warning has been fixed upstream but not in our lowest supported version.
1 parent 62940dd commit dc47474

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)