test.dart
fails on Python 3.13
#60278
Labels
area-sdk
Use area-sdk for general purpose SDK issues (packaging, distribution, …).
test.dart
fails on Python 3.13
#60278
Dart commit 5bf9bdb
Expected behavior: tests run
Actual behavior: (on a machine with Python 3.13)
This turns out to be caused by an old version of gsutil: GoogleCloudPlatform/gsutil#1819
I worked around the issue by patching the DEPS file to refer to gsutil version 5.33, rerunning
gclient sync
and patching out the version check near the top ofgsutil.py
but maybe Dart should consider switching togcloud storage
as suggested in the gsutil issue.The text was updated successfully, but these errors were encountered: