Wes McKinney created ARROW-6522:
-----------------------------------
Summary: [Python] Test suite fails with pandas 0.23.4, pytest 3.8.1
Key: ARROW-6522
URL: https://issues.apache.org/jira/browse/ARROW-6522
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Wes McKinney
Fix For: 0.15.0
{code}
_____________________________ test_array_protocol _____________________________
def test_array_protocol():
if LooseVersion(pd.__version__) < '0.24.0':
> pytest.skip(reason='IntegerArray only introduced in 0.24')
E TypeError: unexpected keyword arguments: ['reason']
C:\Miniconda3-x64\envs\wheel-test\lib\site-packages\pyarrow\tests\test_pandas.py:2934:
TypeError
=========================== short test summary info ===========================
{code}
See https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/27310212
[~jorisvandenbossche] can you have a look?
--
This message was sent by Atlassian Jira
(v8.3.2#803003)