Skip to content

Conversation

@joao-faria-dev
Copy link
Contributor

Description

Hey everyone, removing --old-finders and, 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

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.25%. Comparing base (95f39d7) to head (ff63692).
⚠️ Report is 3 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@DanielNoord DanielNoord left a 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
Copy link
Member

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?

Copy link
Contributor Author

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
Copy link
Member

@DanielNoord DanielNoord left a 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!

@DanielNoord DanielNoord added this pull request to the merge queue Nov 10, 2025
Merged via the queue into PyCQA:main with commit 3fb0400 Nov 10, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove --old-finders

2 participants