AlenkaF commented on issue #37354:
URL: https://github.com/apache/arrow/issues/37354#issuecomment-1695127647

   I am not able to reproduce the errors locally with Python 3.10 and pytest 
7.4.
   The last nightly build (6h ago) with Python 3.8 and pytest 7.4. is 
successful (some tests are skipped, but most of the tests with the fixture in 
`test_udf.py` passed: 
https://github.com/ursacomputing/crossbow/actions/runs/5994083247/job/16255251709#step:6:5897
   
   I see the error is only triggered for the three fixtures  
`unary_func_fixture`, `unary_agg_func_fixture` and `varargs_agg_func_fixture` 
all defined in parent `pyarrow/conftest.py` with `session` scope (as opposed to 
other fixtures defined in `pyarrow/tests/conftest.py`). That should not be an 
issue as pytest looks for fixtures in parent directories also, but we could try 
to change?


-- 
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]

Reply via email to