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
invoke pytest with -W error, python will raise exceptions for warnings as it should
if those warnings occur during logging, we neither get a warning, nor a failing test, because something decides that exceptions during logging just cause "no logs for you", and not a failure
We should find out what exactly is happening, and consider raising an upstream issue.
If we
-W error
, python will raise exceptions for warnings as it shouldWe should find out what exactly is happening, and consider raising an upstream issue.
cc @ldruschk
The text was updated successfully, but these errors were encountered: