Files
pybind11/tests
Henry Schreiner a07390a56b test: xfail array resize on numpy<2.4 + Python 3.14
Removing the cp314 iOS skip surfaced a pre-existing numpy bug, not a
cibuildwheel regression: numpy<2.4 has a resize(refcheck=True) regression
on Python 3.14 where the reference held by the bound function isn't
detected, so a resize that should raise instead succeeds and the later
reshape rejects the non-square size. Fixed in numpy>=2.4, but the iOS test
environment has no numpy wheel newer than 2.3.5.post1, so xfail the test
for that specific combination.

Assisted-by: ClaudeCode:claude-opus-4.8
2026-06-24 11:50:16 -04:00
..
2026-04-18 15:10:30 -07:00
2025-12-13 02:17:08 -08:00
2022-02-14 11:36:22 -08:00
2024-10-07 14:12:04 -07:00