Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# please keep these in sync with the minimum versions in testing/constraints-3.10.txt
"cloudpickle >= 2.0.0",
"fsspec >=2023.3.0",
"gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0",
"gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0, !=2026.3.0",
"geopandas >=0.12.2",
"google-auth >=2.15.0,<3.0",
"google-cloud-bigquery[bqstorage,pandas] >=3.36.0",
Expand Down
3 changes: 0 additions & 3 deletions tests/system/small/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,9 +1380,6 @@ def test_read_csv_for_gcs_wildcard_path(session, df_and_gcs_csv):
bigframes.testing.utils.assert_frame_equal(bf_df.to_pandas(), pd_df.to_pandas())


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

Expand Down
Loading