-
-
Notifications
You must be signed in to change notification settings - Fork 301
[maintenance] Drop the brain for nose, filter warning on tests for old style namespace packages #2765
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
Pipeline still fails 😄 What's the error we're fixing? |
Seen here: #2763 |
@Pierre-Sassoulas I would be okay with removing a brain for a package that has not had a release since 2015. |
Right, supporting nose but not pydantic, is a little backward |
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.
I agree with your suggestion for the changelog, rest LGTM!
61bc348
to
8c99fc2
Compare
8c99fc2
to
53cea65
Compare
53cea65
to
f1aec3a
Compare
The test was introduced in #1536, it seems the warning is raised from the analysed code and not the astroid code. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2765 +/- ##
==========================================
- Coverage 93.30% 93.29% -0.02%
==========================================
Files 93 92 -1
Lines 11090 11049 -41
==========================================
- Hits 10348 10308 -40
+ Misses 742 741 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…esource It won't work when the package is removed but let's keep it for now
f1aec3a
to
c77eb50
Compare
* Remove nose test dependency * Filter warnings for the test for old namespace package based on pkg_resource Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Description
The faster way to fix the pipeline.