-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Backport crash fixes to v3.7.x #27793
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
Conversation
This is a bunch of backports joined into one, as cibuildwheel 2.16.5 fixes a bug when building on Windows.
Test failures are because #27624 was not backported but pytest v8 is being used. We can either add that to the backports or pin pytest on this branch. |
Hmm, it seems like Python 3.8 and Pytest 8's new context manager setup isn't working well together for some reason. |
Maybe we should pin pytest back to less than 8 for this branch instead? It would be less code changes. |
https://docs.python.org/3/whatsnew/3.10.html#parenthesized-context-managers I'm confused as to why it works on 3.9, though... using parens in a |
Prepare for Pytest v8 (cherry picked from commit ed41aea) Co-authored-by: Kyle Sunden <git@ksunden.space>
187c057
to
e97c7f3
Compare
PR summary
Backports #27755 for the macOS crash, #27785 for PGF on Windows, and #26689 just to make the previous backport easier.
PR checklist