We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af68c1 commit 2eebde9Copy full SHA for 2eebde9
pandas/tests/io/test_gcs.py
@@ -44,6 +44,8 @@ def ls(self, path, **kwargs):
44
45
46
@td.skip_if_no("gcsfs")
47
+# Patches pyarrow; other processes should not pick up change
48
+@pytest.mark.single_cpu
49
@pytest.mark.parametrize("format", ["csv", "json", "parquet", "excel", "markdown"])
50
def test_to_read_gcs(gcs_buffer, format, monkeypatch, capsys):
51
"""
0 commit comments