raulcd opened a new pull request, #50278: URL: https://github.com/apache/arrow/pull/50278
### Rationale for this change On the hypothesis tests we treat Warnings as errors and the job has been failing with the latest Pytest version (9.1.0). This is related to: - https://github.com/pytest-dev/pytest/issues/13409 With the latest pytest using generaters for parametrization has been deprecated. ### What changes are included in this PR? Change the generator that was causing the failures and return a list of supported_factories instead. ### Are these changes tested? Yes both locally and the archery test that was failing. ### Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
