@@ -79,31 +79,11 @@ testpaths = "tests"
7979filterwarnings = [
8080 " error" ,
8181 ' ignore:You are running a "Debug" build of scipp:' ,
82- # Comes from pytest_asyncio and is not our fault.
83- " ignore:The 'asyncio_mode' default value will change to 'strict' in future:DeprecationWarning" ,
84- ' ignore::scipy.optimize._optimize.OptimizeWarning' ,
85- # From flatbuffers
86- ' ignore:the imp module is deprecated in favour of importlib:DeprecationWarning' ,
87- # from Mantid
88- ' ignore:the load_module\(\) method is deprecated:DeprecationWarning' ,
89- # from ipywidgets; they are migrating away from ipykernel, this warning should go away
90- ' ignore:The `ipykernel.comm.Comm` class has been deprecated.:DeprecationWarning' ,
91- # from h5py
92- ' ignore:`product` is deprecated as of NumPy 1.25.0:DeprecationWarning' ,
9382 # Plotting related warnings.
9483 ' ignore:\n Sentinel is not a public part of the traitlets API:DeprecationWarning' ,
95- ' ignore:Keyword `trait` is deprecated in traitlets 5.0, use `value_trait` instead:DeprecationWarning' ,
96- ' ignore:Keyword `traits` is deprecated in traitlets 5.0, use `per_key_traits` instead:DeprecationWarning' ,
9784 # TODO Plotting warnings that need to be addressed
98- ' ignore:Support for mapping types has been deprecated and will be dropped in a future release:DeprecationWarning' ,
99- ' ignore:The get_cmap function will be deprecated in a future version:PendingDeprecationWarning' ,
10085 ' ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning' ,
101- ' ignore:Widget._active_widgets is deprecated:DeprecationWarning' ,
102- ' ignore:Widget._widget_types is deprecated:DeprecationWarning' ,
103- ' ignore:Widget.widget_types is deprecated:DeprecationWarning' ,
104- ' ignore:Widget.widgets is deprecated:DeprecationWarning' ,
10586 ' ignore:Passing unrecognized arguments to super:DeprecationWarning' ,
106- ' ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning' ,
10787]
10888
10989[tool .ruff ]
0 commit comments