From cc5a4988e0ea879a0b736be53dfb5965743da830 Mon Sep 17 00:00:00 2001 From: Dawid Makar Date: Wed, 27 Sep 2023 00:51:06 +0200 Subject: [PATCH] Automatic refactoring. Refactoring step id: UUID('61cdcea9-3860-4644-898d-0d44329762fe') --- pandas/tests/io/test_gcs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pandas/tests/io/test_gcs.py b/pandas/tests/io/test_gcs.py index bdea24f7bb5aa..2357db0b8d15b 100644 --- a/pandas/tests/io/test_gcs.py +++ b/pandas/tests/io/test_gcs.py @@ -44,8 +44,6 @@ 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): """ @@ -207,4 +205,4 @@ def open(self, path, mode="r", *args): @td.skip_if_installed("gcsfs") def test_gcs_not_present_exception(): with tm.external_error_raised(ImportError): - read_csv("gs://test/test.csv") + read_csv("gs://test/test.csv") \ No newline at end of file