-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python] Compatibility with pytest 7.4 #37354
Comments
I am not able to reproduce the errors locally with Python 3.10 and pytest 7.4. I see the error is only triggered for the three fixtures |
This had something to do with the way the recipe was executing the tests (from within Sorry for the hassle. |
Describe the bug, including details regarding any error messages, version, and platform.
When running the pyarrow test suite with pytest 7.4, I get:
It seems to be something about fixture discovery, in particular
unary_func_fixture
is not being found anymore.More details
Component(s)
Python
The text was updated successfully, but these errors were encountered: