Skip to content

Commit d871cd2

Browse files
authored
Build: Bump gcsfs to 2026.6.0 (#3582)
1 parent de48fe4 commit d871cd2

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,12 @@ test-adls: ## Run tests marked with @pytest.mark.adls
138138

139139
test-gcs: ## Run tests marked with @pytest.mark.gcs
140140
sh ./dev/run-gcs-server.sh
141-
$(TEST_RUNNER) pytest tests/ -m gcs $(PYTEST_ARGS)
141+
# gcsfs 2026.6.0 sends HNS/Zonal bucket detection to endpoint_url.
142+
# fake-gcs-server does not support that API, so repeated detection retries
143+
# make GCS sanity tests take close to an hour. Disable it here.
144+
# Workaround documented by gcsfs:
145+
# https://github.com/fsspec/gcsfs/blob/2026.6.0/docs/source/hns_buckets.rst#L99-L101
146+
GCSFS_EXPERIMENTAL_ZB_HNS_SUPPORT=false $(TEST_RUNNER) pytest tests/ -m gcs $(PYTEST_ARGS)
142147

143148
test-coverage: ## Run all tests with coverage and report
144149
$(MAKE) COVERAGE=1 test test-integration test-s3 test-adls test-gcs

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)