Recent CI runs (gh-353, gh-361) are all broken on python 3.10, with tracebacks pointing to hypothesis internals. E.g. https://github.com/data-apis/array-api-compat/actions/runs/19609218701/job/56152540302?pr=361
Bisecting hypothsis versions locally, it appears that hypothesis 6.144 is the last version which works, and 6.146 and above (the current pypi one right now is 6.148) are broken.
Out of recent hypothesis PRs, HypothesisWorks/hypothesis#4604 is suspect.
Recent CI runs (gh-353, gh-361) are all broken on python 3.10, with tracebacks pointing to
hypothesisinternals. E.g. https://github.com/data-apis/array-api-compat/actions/runs/19609218701/job/56152540302?pr=361Bisecting hypothsis versions locally, it appears that hypothesis
6.144is the last version which works, and6.146and above (the current pypi one right now is6.148) are broken.Out of recent hypothesis PRs, HypothesisWorks/hypothesis#4604 is suspect.