Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure filterwarnings to error out after some warnings in CI #459

Open
santisoler opened this issue Jan 24, 2025 · 0 comments
Open

Configure filterwarnings to error out after some warnings in CI #459

santisoler opened this issue Jan 24, 2025 · 0 comments
Labels
maintenance A maintenance task to improve development

Comments

@santisoler
Copy link
Member

After #458, I got concerned that warnings (like DeprecationWarnings) 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.

@santisoler santisoler added the maintenance A maintenance task to improve development label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance A maintenance task to improve development
Projects
None yet
Development

No branches or pull requests

1 participant