Skip to content

Commit 1d3260e

Browse files
committed
I have no idea where that test came from
1 parent 76a122e commit 1d3260e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/tests/arrays/string_/test_string.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ def string_dtype_highest_priority(dtype1, dtype2):
6161
return DTYPE_HIERARCHY[max(h1, h2)]
6262

6363

64-
def test_dtype_constructor():
65-
pytest.importorskip("pyarrow")
66-
67-
with tm.assert_produces_warning(FutureWarning):
68-
dtype = pd.StringDtype("pyarrow_numpy")
69-
assert dtype == pd.StringDtype("pyarrow", na_value=np.nan)
70-
71-
7264
def test_dtype_equality():
7365
pytest.importorskip("pyarrow")
7466

0 commit comments

Comments
 (0)