raulcd opened a new issue, #50277:
URL: https://github.com/apache/arrow/issues/50277

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The 
[test-conda-python-3.11-hypothesis](https://github.com/ursacomputing/crossbow/actions/runs/28342813865/job/83960418486)
 fails with the following:
   
   ```
       metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
   opt/conda/envs/arrow/lib/python3.11/site-packages/_pytest/python.py:1316: in 
parametrize
       argnames, parametersets = ParameterSet._for_parametrize(
   
opt/conda/envs/arrow/lib/python3.11/site-packages/_pytest/mark/structures.py:203:
 in _for_parametrize
       warnings.warn(
   E   pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to 
parametrize is deprecated.
   E   Test: 
opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_memory.py::test_debug_memory_pool_abort,
 argvalues type: generator
   E   Please convert to a list or tuple.
   E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
   =========================== short test summary info 
============================
   SKIPPED [1] 
opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_cuda.py:35:
 could not import 'pyarrow.cuda': No module named 'pyarrow._cuda'
   SKIPPED [1] 
opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_cuda_numba_interop.py:26:
 could not import 'pyarrow.cuda': No module named 'pyarrow._cuda'
   SKIPPED [1] 
opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_jvm.py:27: 
could not import 'jpype': No module named 'jpype'
   !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
!!!!!!!!!!!!!!!!!!!!
   ================= 3 skipped, 8194 deselected, 1 error in 9.43s 
=================
   ```
   
   This is related to an update on pytest.
   
   ### Component(s)
   
   Continuous Integration, Python


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