CI: tentatively fix hypothesis version#7072
Conversation
|
/test mini |
|
LGTM! |
CI: tentatively fix hypothesis version
|
Yep For the test suite, IMO we should lean on inferring API version from this attribute going forward, and allow users to specify a version to test against. Tracked in data-apis/array-api-tests#20 Ideally you'd have |
|
Updated the test suite so it bumps Hypothesis (we need the latest version going forward) and makes libraries missing |
|
Thanks, @honno! |
|
Any updates? Can we safely use the latest version now? |
hypothesis 65.5.0 started to infer array api spec version from
__array_api_version__attribute. https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.55.0This broke the CI so until we decide the proper value for that attribute pin the hypothesis version to the previous one.
https://data-apis.org/array-api/latest/future_API_evolution.html#versioning
numpy.array_apidoesn't seem to have the attribute either.