We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdcf0e commit 99ae39eCopy full SHA for 99ae39e
pandas/tests/io/excel/test_readers.py
@@ -16,8 +16,6 @@
16
import numpy as np
17
import pytest
18
19
-from pandas._config import using_string_dtype
20
-
21
from pandas.compat import is_platform_windows
22
import pandas.util._test_decorators as td
23
@@ -655,9 +653,6 @@ def test_dtype_backend_and_dtype(self, read_ext):
655
653
)
656
654
tm.assert_frame_equal(result, df)
657
658
- @pytest.mark.xfail(
659
- using_string_dtype(), reason="infer_string takes precedence", strict=False
660
- )
661
def test_dtype_backend_string(self, read_ext, string_storage):
662
# GH#36712
663
if read_ext in (".xlsb", ".xls"):
0 commit comments