You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently running pytest generates a large number of warnings from third-party modules, i.e.
tests/functional/test_multimodel.py: 300 warnings
/home/stef/miniconda3/envs/esmvaltool/lib/python3.8/site-packages/iris/fileformats/cf.py:221: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
return tuple((attr, self.getncattr(attr)) for attr in
Is your feature request related to a problem? Please describe.
Currently running pytest generates a large number of warnings from third-party modules, i.e.
These are unhelpful, and frankly not our responsibility, but they distract from testing and obscure the warnings that we can fix.
I would like to add some filters to remove those warnings as described here:
https://stackoverflow.com/questions/58399870/pytest-suppress-deprecationwarning-from-specific-3rd-party-modules
Would you be able to help out?
👍👍
The text was updated successfully, but these errors were encountered: