Source: pandas
Version: 0.16.2+git65-g054821d-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Builds of pandas have been failing with test suite errors of the form
ERROR: test_creating_and_reading_multiple_sheets
(pandas.io.tests.test_excel.ExcelReaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/«BUILDDIR»/pandas-0.16.2+git65-g054821d/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/tests/test_excel.py",
line 475, in test_creating_and_reading_multiple_sheets
df.to_excel(ew,sheetname)
File
"/«BUILDDIR»/pandas-0.16.2+git65-g054821d/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/frame.py",
line 1277, in to_excel
startrow=startrow, startcol=startcol)
File
"/«BUILDDIR»/pandas-0.16.2+git65-g054821d/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/excel.py",
line 798, in write_cells
xcell.style = xcell.style.copy(**style_kwargs)
File "/usr/lib/python2.7/dist-packages/openpyxl/compat/__init__.py", line
67, in new_func
return obj(*args, **kwargs)
TypeError: copy() got an unexpected keyword argument 'font'
I suspect an incompatibility with openpyxl 2.3.0~b1-1, which came out
of NEW at roughly the same time as pandas.
Could you please take a look?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]