[
https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phillip Cloud updated ARROW-2161:
---------------------------------
Description:
{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}
was:
{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}
> [Python] test_cython_api failing for a build_ext --inplace install
> ------------------------------------------------------------------
>
> 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
> Priority: Major
>
> {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)