Skip to content

Commit 2b4f731

Browse files
authored
Update dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py
1 parent 55cee32 commit 2b4f731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def test_sharing(bench_dvc, tmp_dir, dvc, make_dataset, remote, dvc_bin):
77
is_gs = dvc.config["remote"]["upstream"]["url"].startswith("gs://")
8-
if is_gs and version.Version(dvc_bin.version) < version.Version("3.59.3"):
8+
if is_gs and version.Version(dvc_bin.version) < version.Version("3.59.2"):
99
# support for allow_anonymous_login in gs was introduced in dvc==3.60
1010
# This should not impact the test, just that it will make it slower if used
1111
# with fake-gcs-server.

0 commit comments

Comments
 (0)