-
-
Notifications
You must be signed in to change notification settings - Fork 616
feat!: remove old finders flag and legacy finder logic #2446
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2446 +/- ##
==========================================
- Coverage 99.25% 99.25% -0.01%
==========================================
Files 40 40
Lines 3094 3089 -5
Branches 681 680 -1
==========================================
- Hits 3071 3066 -5
Misses 13 13
Partials 10 10 🚀 New features to boost your workflow:
|
DanielNoord
left a comment
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.
Nice job! Just one comment
CHANGELOG.md
Outdated
|
|
||
| ### Unreleased | ||
|
|
||
| - Removed `--old-finders` flag and `old_finders` configuration option. The legacy finder logic that relied on environment introspection has been removed (#2445) @joao-faria-dev |
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.
Can you also mention the magic-placement flag?
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.
Done!
- Remove old-finders flag and config option - Remove related dependencies (pip_api and pipreqs) - Update tests and docs Closes PyCQA#2445
dab52a5 to
f7b5c18
Compare
DanielNoord
left a comment
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.
Added a small commit to fix some linting issues, thanks for this PR!
Description
Hey everyone, removing
--old-findersand, i believe, all related stuff!It's a breaking change, but i believe i covered pretty much everything. Please let me know if i forgot anything :)
Related issue
Closes #2445