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

Filter libpythonXY for greater than single digits #424

Merged
merged 3 commits into from
Apr 30, 2023
Merged

Conversation

zackelia
Copy link
Contributor

  • Fixed regex for filtering >1 digit for X and Y in libpythonXY
    • I doubt Python 10 is coming anytime soon, but it would work now!
  • Added tests for filter_libs in lddtree_external_references

Fixes #418.

@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d270db8) 92.33% compared to head (a44c538) 92.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #424   +/-   ##
=======================================
  Coverage   92.33%   92.33%           
=======================================
  Files          23       23           
  Lines        1291     1291           
  Branches      302      302           
=======================================
  Hits         1192     1192           
  Misses         57       57           
  Partials       42       42           
Impacted Files Coverage Δ
src/auditwheel/policy/external_references.py 97.87% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@auvipy auvipy merged commit 7d411b2 into pypa:main Apr 30, 2023
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.

libpython3.x is skipped but libpython3.xx is included
2 participants