Skip to content

Commit a6dfb6d

Browse files
yuanx749mroeschke
andauthored
Update pandas/tests/dtypes/test_common.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 87d1e6f commit a6dfb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def test_pandas_dtype_string_dtypes(string_storage):
840840
assert result == pd.StringDtype(string_storage, na_value=pd.NA)
841841

842842

843-
@pytest.mark.skipif(not pa_version_under10p1, reason="pyarrow>=10.0.1 installed")
843+
@td.skip_if_installed("pyarrow")
844844
def test_construct_from_string_without_pyarrow_installed():
845845
# GH 57928
846846
with pytest.raises(ImportError, match="pyarrow>=10.0.1 is required"):

0 commit comments

Comments
 (0)