-
Notifications
You must be signed in to change notification settings - Fork 75
Temporarily suppress napari warnings #592
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 31 31
Lines 1615 1615
=========================================
Hits 1615 1615 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Heya, thanks for raising this. Apologies, I missed fixing one of the two FutureWarnings in PR #476 - I have tackled that now in PR #594, which should make that filter warning unnecessary. With that fix we bring the warnings down to 36. I agree that warnings clutter the CI logs and make it difficult to parse the information (we are also currently getting about ~100 lines of warnings re license syntax just at the beginning of running tox, see PR #549). But I am confused, these particular warnings you mention seem to be well contained in a reasonably sized summary section right (~16 lines)? Or are you referring to something else? Re the |
|
Ok sounds good, thanks for clarifying! Will approve now 🚀 |
|
* Temporarily suppress napari warnings * Remove FutureWarning filter




100s of warnings (UserWarning #573 and FutureWarning #593) were introduced in PR #476 and these obfuscate pytest's warnings summary, making it difficult to see if new changes are potentially introducing issues.
This PR filters out the aforementioned warnings.
Checklist: