[
https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367844#comment-16367844
]
ASF GitHub Bot commented on ARROW-2161:
---------------------------------------
cpcloud commented on issue #1615: ARROW-2161: [Python] Skip test_cython_api if
ARROW_HOME isn't defined
URL: https://github.com/apache/arrow/pull/1615#issuecomment-366350624
Merging.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Skip test_cython_api if ARROW_HOME isn't defined
> ---------------------------------------------------------
>
> Key: ARROW-2161
> URL: https://issues.apache.org/jira/browse/ARROW-2161
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.8.0
> Reporter: Phillip Cloud
> Assignee: Phillip Cloud
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> {code}
> pytest pyarrow -x --tb=short
> ===================================================== test session starts
> =====================================================
> platform linux -- Python 3.6.3, pytest-3.3.1, py-1.5.2, pluggy-0.6.0
> rootdir: /home/phillip/Documents/code/cpp/arrow/python, inifile: setup.cfg
> collected 580 items
> pyarrow/tests/test_array.py
> ...........................................................
> [ 10%]
> pyarrow/tests/test_convert_builtin.py
> ................................................................................
> [ 24%]
> pyarrow/tests/test_convert_pandas.py
> ...........................................x.......s..............................
> [ 38%]
> .................
> [ 41%]
> pyarrow/tests/test_cython.py F
> ========================================================== FAILURES
> ===========================================================
> _______________________________________________________ test_cython_api
> _______________________________________________________
> pyarrow/tests/test_cython.py:88: in test_cython_api
> 'build_ext', '--inplace'])
> /home/phillip/miniconda3/envs/pyarrow36/lib/python3.6/subprocess.py:291: in
> check_call
> raise CalledProcessError(retcode, cmd)
> E subprocess.CalledProcessError: Command
> '['/home/phillip/miniconda3/envs/pyarrow36/bin/python', 'setup.py',
> 'build_ext', '--inplace']' returned non-zero exit status 1.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)