Skip to content

Rework auditwheel show checks in test_manylinux.py #295

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

Merged
merged 1 commit into from
Mar 6, 2021

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Mar 6, 2021

With multiple manylinux images, it's not always easy to guess what the repaired wheel will be compatible with.
Add a helper for the auditwheel show check that allows to relax the constraint on the expected policy as long as it's compatible with the expected one.
The strict argument of the helper allows to choose wether the check shall be relaxed or not.

With multiple manylinux images, it's not always easy to guess what the repaired wheel will be compatible with.
Add a helper for the auditwheel show check that allows to relax the constraint on the expected policy as long as it's compatible with the expected one.
The `strict` argument of the helper allows to choose wether the check shall be relaxed or not.
@codecov
Copy link

codecov bot commented Mar 6, 2021

Codecov Report

Merging #295 (79131e7) into master (6a70638) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #295   +/-   ##
=======================================
  Coverage   90.99%   90.99%           
=======================================
  Files          20       20           
  Lines        1088     1088           
  Branches      235      235           
=======================================
  Hits          990      990           
  Misses         55       55           
  Partials       43       43           

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 6a70638...79131e7. Read the comment docs.

@mayeut mayeut merged commit 9fccdb7 into pypa:master Mar 6, 2021
@mayeut mayeut deleted the rework-show-check branch March 6, 2021 13:14
@mayeut mayeut mentioned this pull request Apr 3, 2021
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.

1 participant