matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
262 stars 59 forks source link

Refactor zip functions. #183

Closed HexDecimal closed 1 year ago

HexDecimal commented 1 year ago

It was suggested here to port the zip functions from auditwheel. Changes were made to fit Delocate's test conditions and use-cases and to clean up these functions.

Calls to the unzip command were removed, Windows can now test these functions.

codecov[bot] commented 1 year ago

Codecov Report

Merging #183 (3934da5) into master (d4a9147) will increase coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   95.00%   95.12%   +0.12%     
==========================================
  Files          14       14              
  Lines        1100     1108       +8     
==========================================
+ Hits         1045     1054       +9     
+ Misses         55       54       -1     
Impacted Files Coverage Δ
delocate/tools.py 94.32% <100.00%> (+0.53%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more