Commits

Wes McKinney authored 5a2154fe2fb
ARROW-7014: [Developer][Release] Add "wheels" verification option to verify-release-candidate.sh for Linux and macOS Creates temporary conda environments to install and check the wheels. Checking within virtualenv would be more work but give us a stronger guarantee that things are working, but this will help catch obvious brokenness / corruption My bash fu is not strong enough to conditionally check whether Flight or Gandiva are working on Python 3 wheels, maybe someone can help me. For 0.15.1 rc0 this passes on Linux but fails on macOS because of the issue I cited in the vote thread. Closes #5748 from wesm/ARROW-7014 and squashes the following commits: fee48e591 <Wes McKinney> Improvements per CR discussion c21e635c7 <Wes McKinney> whitespace a3a78c111 <Wes McKinney> Get wheel RC verification working on macOS 17d36347a <Wes McKinney> Start macos verification 2d5336345 <Wes McKinney> Add Linux wheel verification to verify-release-candidate.sh Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>