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

Added fix for pip._vendor.distlib issue on windows msys2 #1762

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

reinecke
Copy link
Collaborator

@reinecke reinecke commented Jun 12, 2024

Fixes #1757

Summarize your change.

Added step to force pip update in msys2 based on these directions.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.07%. Comparing base (1ad891d) to head (9f90178).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1762      +/-   ##
==========================================
+ Coverage   79.95%   84.07%   +4.11%     
==========================================
  Files         197      198       +1     
  Lines       21879    22172     +293     
  Branches     4342     4687     +345     
==========================================
+ Hits        17494    18641    +1147     
- Misses       2252     2609     +357     
+ Partials     2133      922    -1211     
Flag Coverage Δ
py-unittests 84.07% <ø> (+4.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 165 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@reinecke reinecke merged commit 3d46584 into AcademySoftwareFoundation:main Jun 12, 2024
57 checks passed
@reinecke reinecke deleted the fix-msys2-builds branch June 12, 2024 23:16
@reinecke reinecke added this to the Public Beta 17 milestone Jun 12, 2024
@meshula
Copy link
Collaborator

meshula commented Jun 13, 2024

Wow, congratulations on figuring this one out!!!

darbyjohnston pushed a commit to darbyjohnston/OpenTimelineIO that referenced this pull request Jun 14, 2024
…wareFoundation#1762)

Added fix for pip._vendor.distlib issue on windows msys2

Signed-off-by: Eric Reinecke <[email protected]>
Signed-off-by: Darby Johnston <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI builds broken for windows-2022, mingw64, msys2
4 participants