Skip to content
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

feat: detect architecture/libc from wheel #548

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Feb 23, 2025

towards #512

Getting the musllinux version for cross-repaired musl wheels is not handled yet here.

fixes #390: the default platform is changed from highest policy to auto which represents the highest compatible platform tag for any given wheel.

Copy link

codecov bot commented Feb 23, 2025

Codecov Report

Attention: Patch coverage is 93.37979% with 19 lines in your changes missing coverage. Please review.

Project coverage is 92.62%. Comparing base (0c1b26b) to head (1d319cf).

Files with missing lines Patch % Lines
src/auditwheel/wheel_abi.py 83.63% 6 Missing and 3 partials ⚠️
src/auditwheel/lddtree.py 74.07% 4 Missing and 3 partials ⚠️
src/auditwheel/main_repair.py 96.00% 1 Missing and 1 partial ⚠️
src/auditwheel/main_show.py 95.45% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   92.17%   92.62%   +0.45%     
==========================================
  Files          22       21       -1     
  Lines        1572     1736     +164     
  Branches      286      326      +40     
==========================================
+ Hits         1449     1608     +159     
- Misses         74       77       +3     
- Partials       49       51       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mayeut mayeut marked this pull request as ready for review February 25, 2025 06:48
@mayeut mayeut requested a review from lkollar March 1, 2025 06:08
@mayeut

This comment was marked as outdated.

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.

Automatically repair to the most compatible/oldest platform tag
1 participant