-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BLD: unvendor meson-python on 1.26.x and upgrade to meson-python 0.15 #25748
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
BLD: unvendor meson-python on 1.26.x and upgrade to meson-python 0.15 #25748
Conversation
The Windows wheel build failures showing |
This fixes issues with Windows wheel builds; a new GitHub Actions runner image caused argument escaping to break.
The other issue is in the regular
Looks like that is due to a new |
The wheels look to be built and pass, which is my main concern, but I suspect that is a bit of an accident, perhaps because pytest is pinned to 7.4.0 in test_requirements and those requirements are installed before running the wheel tests. Alternatively, the wheel tests are In any case we may want to look at
We still have yield tests. Scipy doesn't have the hook, so that is good. |
Thanks Ralf. |
This is a backport of gh-25008. It closes gh-25681.