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 9731c60 commit 60c5274Copy full SHA for 60c5274
pandas/tests/io/test_fsspec.py
@@ -5,8 +5,6 @@
5
6
from pandas._config import using_string_dtype
7
8
-from pandas.compat import HAS_PYARROW
9
-
10
from pandas import (
11
DataFrame,
12
date_range,
@@ -170,9 +168,6 @@ def test_excel_options(fsspectest):
170
168
assert fsspectest.test[0] == "read"
171
169
172
173
-@pytest.mark.xfail(
174
- using_string_dtype() and HAS_PYARROW, reason="TODO(infer_string) fastparquet"
175
-)
176
def test_to_parquet_new_file(cleared_fs, df1):
177
"""Regression test for writing to a not-yet-existent GCS Parquet file."""
178
pytest.importorskip("fastparquet")
0 commit comments