We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62940dd commit dc47474Copy full SHA for dc47474
pyproject.toml
@@ -79,6 +79,8 @@ testpaths = "tests"
79
filterwarnings = [
80
"error",
81
'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',
84
# Plotting related warnings.
85
'ignore:\n Sentinel is not a public part of the traitlets API:DeprecationWarning',
86
# TODO Plotting warnings that need to be addressed
0 commit comments