Malcolm Smith
Malcolm Smith
The current failures are because KVM hasn't been enabled on Linux, and GitHub Actions isn't able to run the Android emulator on macOS. Both of these are discussed in https://github.com/pypa/cibuildwheel/pull/2349....
Thanks, that works too.
OK, I've updated the GitHub Actions configuration as discussed in my previous comment, and the Android jobs are passing now. To enable local testing, I also moved the `ANDROID_API_LEVEL` environment...
I've added `wheel` back to this PR so it can work with cibuildwheel 3.1, and fixed it properly for the next cibuildwheel version in https://github.com/pypa/cibuildwheel/pull/2515. I think this PR is...
* Related: #117
> IMO that's not a very sustainable approach for us to take because we'd need to host the build somewhere We already have a [repository for Android wheels](https://chaquo.com/pypi-13.1/), and Briefcase...
Let's keep this page focused on the pip arguments issue, and discuss pygame-ce specifically in https://github.com/chaquo/chaquopy/issues/1278.
@sobolevn: You've done some work in this area recently; are you able to review this PR? There's one test failure, but I don't think it's related.
In the current state a skipped doctest still isn't counted as skipped by unittest – it just shows as a passed test, even in the verbose log. So I've made...
> I agree that the change in `DocTestCase` deserves a separate issue or at least a separate PR OK, I've split it out into #117297. > I also think that...