pybind11/tests/test_cmake_build
Michael Šimáček c4a05f9344
Add support for GraalPy (#5380)
* Initial support for GraalPy

* Mark tests that currently fail on GraalPy with xfail

* Add graalpy to CI

* Limit test deps on graalpy to available binary wheels

* Skip cmake test installed_function on GraalPy

CMake won't find libpython on GraalPy, it either fails or silently picks
CPython's libpython.

* Factor out setting function docstrings into a macro

* Try to narrow down skipped tests
2024-10-07 14:12:04 -07:00
..
installed_embed
installed_function
installed_target
subdirectory_embed
subdirectory_function
subdirectory_target
CMakeLists.txt Add support for GraalPy (#5380) 2024-10-07 14:12:04 -07:00
embed.cpp
main.cpp
test.py