-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Remove filterwarnings configuration #1252
Conversation
I've tried it locally and got these warnings:
Since $ git grep pip._vendor | wc -l
13 This makes me think that we should not filter those warnings to avoid missing a valuable warning 🤔 |
Okay, I can reproduce the warnings locally. Not sure what I was looking at before.
IMO, this is the right thing to do. We don't want to ignore upstream warnings if they could point towards required action. Shall we go ahead? |
Codecov Report
@@ Coverage Diff @@
## master #1252 +/- ##
=======================================
Coverage 99.59% 99.59%
=======================================
Files 36 36
Lines 2947 2947
Branches 333 333
=======================================
Hits 2935 2935
Misses 6 6
Partials 6 6 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, this is the right thing to do. We don't want to ignore upstream warnings if they could point towards required action. Shall we go ahead?
Yeah, let's merge it then. Thanks! 👍
The warning listed above looks like the upstream issue: pypa/setuptools#2466 |
Contributor checklist