Skip to content

Commit 2eebde9

Browse files
mroeschkeim-vinicius
authored and
im-vinicius
committed
CI/TST: Mark test_to_read_gcs as single_cpu (pandas-dev#53677)
1 parent 8af68c1 commit 2eebde9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_gcs.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def ls(self, path, **kwargs):
4444

4545

4646
@td.skip_if_no("gcsfs")
47+
# Patches pyarrow; other processes should not pick up change
48+
@pytest.mark.single_cpu
4749
@pytest.mark.parametrize("format", ["csv", "json", "parquet", "excel", "markdown"])
4850
def test_to_read_gcs(gcs_buffer, format, monkeypatch, capsys):
4951
"""

0 commit comments

Comments
 (0)