Skip to content

Commit 3a779af

Browse files
fix typo
1 parent 61626e7 commit 3a779af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_artifacts/v2/scripts/run_s3fs_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git checkout tags/$s3fs_version
88
# Install requirements
99
# Remove portion incompatible with conda/mamba
1010
sed -i "s/; python_version < '3.3'//" test_requirements.txt
11-
# For <2024.12.0, there's no upperbound on moto.
11+
# For <2024.10.0, there's no upperbound on moto.
1212
# This causes test failures, so we add the upperbound.
1313
# https://github.com/fsspec/s3fs/pull/917/files#diff-25d7875059b9486b7912948b78c0bb1c763d565fe0d12dc8287b5f0dc9982176L17
1414
if [[ "$s3fs_version" == "2024.10.0" ]]; then

0 commit comments

Comments
 (0)