mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-04 13:34:24 +08:00
* test passes on PyPy macOS * adjust tests for pypy HEAD * fixes from review * pypy 7.3.23 was released, drop some PyPy testing * pin to pypy version 7.3.23 * Restore xfail for cross-module translator platforms Keep the expected failure for Android and FreeBSD while limiting the PyPy-specific part to versions before 7.3.23. Android CIBW still raises RuntimeError for this test, matching the existing tracked platform issue. --------- Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com>