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 499d089 commit 86dc02aCopy full SHA for 86dc02a
pandas/tests/arrays/string_/test_string.py
@@ -43,6 +43,8 @@ def cls(dtype):
43
44
45
def test_dtype_constructor():
46
+ pytest.importorskip("pyarrow")
47
+
48
with tm.assert_produces_warning(FutureWarning):
49
dtype = pd.StringDtype("pyarrow_numpy")
50
assert dtype == pd.StringDtype("pyarrow", na_value=np.nan)
0 commit comments