Skip to content

Commit 68cbe00

Browse files
committed
deps: exclude gcsfs 2026.3.0
1 parent af49ca2 commit 68cbe00

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# please keep these in sync with the minimum versions in testing/constraints-3.10.txt
3737
"cloudpickle >= 2.0.0",
3838
"fsspec >=2023.3.0",
39-
"gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0",
39+
"gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0, !=2026.3.0",
4040
"geopandas >=0.12.2",
4141
"google-auth >=2.15.0,<3.0",
4242
"google-cloud-bigquery[bqstorage,pandas] >=3.36.0",

tests/system/small/test_session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,9 +1380,6 @@ def test_read_csv_for_gcs_wildcard_path(session, df_and_gcs_csv):
13801380
bigframes.testing.utils.assert_frame_equal(bf_df.to_pandas(), pd_df.to_pandas())
13811381

13821382

1383-
@pytest.mark.skip(
1384-
reason="Unstable test blocking PR submissions. Tracking bug b/497970577"
1385-
)
13861383
def test_read_csv_for_names(session, df_and_gcs_csv_for_two_columns):
13871384
_, path = df_and_gcs_csv_for_two_columns
13881385

0 commit comments

Comments
 (0)