BLD: unvendor meson-python on 1.26.x and upgrade to meson-python 0.15#25748
BLD: unvendor meson-python on 1.26.x and upgrade to meson-python 0.15#25748charris merged 3 commits intonumpy:maintenance/1.26.xfrom
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.