You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Phillip Cloud (JIRA)" <ji...@apache.org> on 2018/02/15 21:57:01 UTC

[jira] [Assigned] (ARROW-2161) [Python] Skip test_cython_api if ARROW_HOME isn't defined

     [ https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phillip Cloud reassigned ARROW-2161:
------------------------------------

    Assignee: Phillip Cloud

> [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
>             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)