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 feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
installed_function feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
installed_target feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
subdirectory_embed feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
subdirectory_function feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
subdirectory_target feat: require CMake 3.15+ (#5304) 2024-08-14 18:21:04 -04:00
CMakeLists.txt Add support for GraalPy (#5380) 2024-10-07 14:12:04 -07:00
embed.cpp Add missing clang-tidy fixes (#3715) 2022-02-10 09:23:15 -08:00
main.cpp fix: support free-threaded CPython with GIL disabled (#5148) 2024-06-18 13:54:38 -07:00
test.py feat: remove Python 3.6 support (#5177) 2024-06-22 00:55:00 -04:00