CI: run tests also with GraalPy 24.0#605
Conversation
8d98856 to
e3b9fad
Compare
|
The tests do not pass with GraalPy but pytest is weird on this platform making debugging the problem not really pleasant and I don't really know if it is worth it. At a quick look, it seems that we generate wheel tags that are not compatible with the ones generated by |
|
Agreed. I know of GraalPy, but haven't encountered it in real-world situations yet. |
Somehow this warning is triggered when running the tests with GraalPy.
8a8e89b to
e1699e9
Compare
|
Yeah. This actually started with me checking that we run the tests on PyPy 3.10 after I saw mesonbuild/meson#12979 and noticing that GitHub Actions offer GraalPy too. For the records, we run the tests with PyPy 3.10. |
No description provided.