Skip to content

Commit 3681349

Browse files
remove accidentally added test
1 parent e84b8e9 commit 3681349

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pandas/tests/dtypes/test_common.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,3 @@ def test_pandas_dtype_string_dtype_alias_with_storage():
855855
ImportError, match="required for PyArrow backed StringArray"
856856
):
857857
pandas_dtype("string[pyarrow]")
858-
859-
860-
@td.skip_if_installed("pyarrow")
861-
def test_construct_from_string_without_pyarrow_installed():
862-
# GH 57928
863-
with pytest.raises(ImportError, match="pyarrow>=10.0.1 is required"):
864-
pd.Series([-1.5, 0.2, None], dtype="float32[pyarrow]")

0 commit comments

Comments
 (0)