Skip to content

Commit

Permalink
Ignore mantid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Oct 24, 2023
1 parent 3d6c7b8 commit c9bf30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c9bf30a

Please sign in to comment.