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 87d1e6f commit a6dfb6dCopy full SHA for a6dfb6d
pandas/tests/dtypes/test_common.py
@@ -840,7 +840,7 @@ def test_pandas_dtype_string_dtypes(string_storage):
840
assert result == pd.StringDtype(string_storage, na_value=pd.NA)
841
842
843
-@pytest.mark.skipif(not pa_version_under10p1, reason="pyarrow>=10.0.1 installed")
+@td.skip_if_installed("pyarrow")
844
def test_construct_from_string_without_pyarrow_installed():
845
# GH 57928
846
with pytest.raises(ImportError, match="pyarrow>=10.0.1 is required"):
0 commit comments