Skip to content

Commit 86dc02a

Browse files
add pyarrow skip
1 parent 499d089 commit 86dc02a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/arrays/string_/test_string.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def cls(dtype):
4343

4444

4545
def test_dtype_constructor():
46+
pytest.importorskip("pyarrow")
47+
4648
with tm.assert_produces_warning(FutureWarning):
4749
dtype = pd.StringDtype("pyarrow_numpy")
4850
assert dtype == pd.StringDtype("pyarrow", na_value=np.nan)

0 commit comments

Comments
 (0)