Skip to content

Conversation

@sentrivana
Copy link
Contributor

Sometimes after switching branches, importlib.metadata("sentry-sdk") would point to the wrong metadata (SDK 2.x instead of 3.x), which in turn meant toxgen would think the SDK supports different Python versions than it should.

Closes #4556

Sometimes after switching branches, importlib.metadata(sentry-sdk)
would point to the wrong metadata (SDK 2.x instead of 3.x), which
in turn meant toxgen would think the SDK supports different Python
versions than it should.
@sentrivana sentrivana requested a review from a team as a code owner July 8, 2025 09:57
@codecov
Copy link

codecov bot commented Jul 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.68%. Comparing base (987824e) to head (4d7fd62).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4558      +/-   ##
==========================================
- Coverage   80.70%   80.68%   -0.02%     
==========================================
  Files         156      156              
  Lines       16482    16482              
  Branches     2802     2802              
==========================================
- Hits        13301    13299       -2     
- Misses       2297     2299       +2     
  Partials      884      884              

see 4 files with indirect coverage changes

@sentrivana sentrivana enabled auto-merge (squash) July 8, 2025 10:10
@sentrivana sentrivana merged commit 7e4053a into master Jul 8, 2025
136 checks passed
@sentrivana sentrivana deleted the ivana/toxgen-detect-correct-package branch July 8, 2025 10:16
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.

Fix toxgen detecting wrong sentry-sdk metadata

3 participants