Skip to content

Commit de5ad26

Browse files
committed
Remove xfail in test_usecols_basic
1 parent 1c4a199 commit de5ad26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/io/parser/usecols/test_usecols_basic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import numpy as np
88
import pytest
99

10-
from pandas._config import using_string_dtype
11-
1210
from pandas.errors import ParserError
1311

1412
from pandas import (
@@ -547,7 +545,6 @@ def test_usecols_additional_columns_integer_columns(all_parsers):
547545
tm.assert_frame_equal(result, expected)
548546

549547

550-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
551548
def test_usecols_dtype(all_parsers):
552549
parser = all_parsers
553550
data = """

0 commit comments

Comments
 (0)