Skip to content

Commit

Permalink
ARROW-5669: [Python][Packaging] Add ARROW_TEST_DATA env variable to C…
Browse files Browse the repository at this point in the history
…rossbow Linux Wheel build

Author: Wes McKinney <[email protected]>

Closes apache#4639 from wesm/ARROW-5669 and squashes the following commits:

2ea8755 <Wes McKinney> Adapt for old git
e1e8ea8 <Wes McKinney> Set environment variable inside Docker container
927eb92 <Wes McKinney> Add ARROW_TEST_DATA env variable to Crossbow Linux Wheel build
  • Loading branch information
wesm committed Jun 21, 2019
1 parent a967068 commit 1fddb34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/python-wheels/linux-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if sys.version_info.major > 2:
import pyarrow.gandiva
"

export ARROW_TEST_DATA=/arrow/testing/data

# Run pyarrow tests
pip install -q -r /arrow/python/requirements-test.txt
pytest -v --pyargs pyarrow
5 changes: 5 additions & 0 deletions dev/tasks/python-wheels/travis.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ script:

# build wheel
- pushd arrow

# Pull testing resources
- git submodule init
- git submodule update

# don't attempt to build it, because the base image by pypa is updated
# regularly and would cause undeterministic builds
- docker-compose pull python-manylinux1
Expand Down

0 comments on commit 1fddb34

Please sign in to comment.