Commits

Wes McKinney authored aec37d768ab
ARROW-8021: [Python] Install test requirements including pandas in Appveyor Many unit tests are currently being skipped in Appveyor (presumably these changes will carry over when we migrate these builds to GitHub Actions). Closes #6555 from wesm/ARROW-8021 and squashes the following commits: 09ca1b5ac <Wes McKinney> call conda... b063883b1 <Wes McKinney> Use conda_env_python.yml and install pandas explicitly 83c6edc75 <Wes McKinney> Be explicit about using conda-forge 9831f87ea <Wes McKinney> Use conda to install build and test dependencies to avoid ABI conflicts 8d1adc50c <Wes McKinney> Test with pandas and other optional libraries in Appveyor Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>