From c9bf30a3a46a712864ae922bd6e236a094f45040 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Tue, 24 Oct 2023 11:05:35 +0200 Subject: [PATCH] Ignore mantid deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ddcbc938..4e72fb9a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ filterwarnings = [ # From flatbuffers 'ignore:the imp module is deprecated in favour of importlib:DeprecationWarning', # from Mantid - 'ignore:distutils Version classes are deprecated. Use packaging.version instead:DeprecationWarning', + 'ignore:the load_module\(\) method is deprecated:DeprecationWarning', # from ipywidgets; they are migrating away from ipykernel, this warning should go away 'ignore:The `ipykernel.comm.Comm` class has been deprecated.:DeprecationWarning', # Plotting related warnings.