diff --git a/pandas/tests/io/test_gcs.py b/pandas/tests/io/test_gcs.py index d82cfd5bd169d..bdea24f7bb5aa 100644 --- a/pandas/tests/io/test_gcs.py +++ b/pandas/tests/io/test_gcs.py @@ -44,6 +44,8 @@ def ls(self, path, **kwargs): @td.skip_if_no("gcsfs") +# Patches pyarrow; other processes should not pick up change +@pytest.mark.single_cpu @pytest.mark.parametrize("format", ["csv", "json", "parquet", "excel", "markdown"]) def test_to_read_gcs(gcs_buffer, format, monkeypatch, capsys): """