scipp / scippnexus

h5py-like utility for NeXus files with seamless scipp integration
https://scipp.github.io/scippnexus/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Warning filter ignores `scipp.VisibleDeprecationWarning` #171

Closed SimonHeybrock closed 11 months ago

SimonHeybrock commented 11 months ago

We have allowed UserWarning in the pytest warning setup. However, scipp.VisibleDeprecationWarning inherits UserWarning, so we are unintentionally hiding those.