Raúl Cumplido created ARROW-17237:
-------------------------------------
Summary: [Dev][Release] Install wheel test requirements if testing
wheels on release verification
Key: ARROW-17237
URL: https://issues.apache.org/jira/browse/ARROW-17237
Project: Apache Arrow
Issue Type: Bug
Components: Developer Tools
Reporter: Raúl Cumplido
Assignee: Raúl Cumplido
Fix For: 9.0.0
If we are running the verify release wheel tasks we should install the wheel
test requirements or we get the following import errors
([https://github.com/ursacomputing/crossbow/runs/7558071074?check_suite_focus=true)]
:
{code:java}
+ python -m pytest -r s --pyargs pyarrow
/tmp/arrow-9.0.0.frvqL/venv-wheel-3.8-manylinux_2_17_x86_64.manylinux2014_x86_64/bin/python:
No module named pytest
Failed to verify release candidate. See /tmp/arrow-9.0.0.frvqL for details.
1 {code}
This has been added to the release:
[https://github.com/apache/arrow/pull/13729/commits/2a91ba91016634478c84f9081702f8e7cada7529]
but we should backport to master
--
This message was sent by Atlassian Jira
(v8.20.10#820010)