MCPcopy
hub / github.com/pandas-dev/pandas / xfail_datetimes_with_pyxlsb

Function xfail_datetimes_with_pyxlsb

pandas/tests/io/excel/test_readers.py:148–154  ·  view source on GitHub ↗
(engine, request)

Source from the content-addressed store, hash-verified

146
147
148def xfail_datetimes_with_pyxlsb(engine, request):
149 if engine == "pyxlsb":
150 request.applymarker(
151 pytest.mark.xfail(
152 reason="Sheets containing datetimes not supported by pyxlsb"
153 )
154 )
155
156
157class TestReaders:

Calls

no outgoing calls

Tested by

no test coverage detected