Skip to content

Commit 7e699b8

Browse files
fixup add xfails
1 parent 043430c commit 7e699b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/copy_view/test_array.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import numpy as np
22
import pytest
33

4-
from pandas._config import using_string_dtype
5-
64
from pandas import (
75
DataFrame,
86
Series,
@@ -159,7 +157,6 @@ def test_dataframe_array_ea_dtypes(using_copy_on_write):
159157
assert arr.flags.writeable is True
160158

161159

162-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
163160
def test_dataframe_array_string_dtype(using_copy_on_write, using_array_manager):
164161
df = DataFrame({"a": ["a", "b"]}, dtype="string")
165162
arr = np.asarray(df)

0 commit comments

Comments
 (0)