Configure filterwarnings
to error out after some warnings in CI
#459
Labels
maintenance
A maintenance task to improve development
After #458, I got concerned that warnings (like
DeprecationWarning
s) are printed out in CI, but not making the test to fail. This makes that some deprecation changes go under the radar, and will force us to apply changes to fix broken code, rather than preventing those situations.Would be nice then to configure some
filterwarnings
so tests in CI fail when they encounter some warnings.The text was updated successfully, but these errors were encountered: