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

Always repair as a single wheel #289

Merged
merged 1 commit into from
Mar 6, 2021
Merged

Always repair as a single wheel #289

merged 1 commit into from
Mar 6, 2021

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Feb 20, 2021

Always repair as a single wheel.
Add argument --only-plat to auditwheel repair for those who were keeping only the lowest priority tag wheel (i.e. the one requested by --plat argument).

fixes #281, closes #284
builds on top of #288

@codecov
Copy link

codecov bot commented Feb 20, 2021

Codecov Report

Merging #289 (18a30f7) into master (3ac70ff) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #289   +/-   ##
=======================================
  Coverage   90.99%   90.99%           
=======================================
  Files          20       20           
  Lines        1088     1088           
  Branches      234      235    +1     
=======================================
  Hits          990      990           
  Misses         55       55           
  Partials       43       43           
Impacted Files Coverage Δ
auditwheel/main_repair.py 88.46% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ac70ff...18a30f7. Read the comment docs.

@mayeut
Copy link
Member Author

mayeut commented Feb 21, 2021

Failure on TravisCI ppc64le is unrelated to the PR.

Add argument `--only-plat` to `auditwheel repair` for those who were keeping only the lowest priority tag wheel (i.e. the one requested by `--plat` argument).
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.

Add flag to prevent multiple wheel repairs
2 participants