You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From pandas.tests.io.excel.test_excel_read_binary_via_read_excel (currently only in #38571):
if read_ext == ".xlsb" and engine == "pyxlsb":
with pytest.raises(IOError, match="File contains no valid workbook part"):
with open("test1" + read_ext, "rb") as f:
pd.read_excel(f)
This should instead determine that pyxlsb should be used when installed and no error should be raised.
The text was updated successfully, but these errors were encountered:
From
pandas.tests.io.excel.test_excel_read_binary_via_read_excel
(currently only in #38571):This should instead determine that pyxlsb should be used when installed and no error should be raised.
The text was updated successfully, but these errors were encountered: