Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell committed Jan 14, 2025
1 parent 61626e7 commit 3a779af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_artifacts/v2/scripts/run_s3fs_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git checkout tags/$s3fs_version
# Install requirements
# Remove portion incompatible with conda/mamba
sed -i "s/; python_version < '3.3'//" test_requirements.txt
# For <2024.12.0, there's no upperbound on moto.
# For <2024.10.0, there's no upperbound on moto.
# This causes test failures, so we add the upperbound.
# https://github.com/fsspec/s3fs/pull/917/files#diff-25d7875059b9486b7912948b78c0bb1c763d565fe0d12dc8287b5f0dc9982176L17
if [[ "$s3fs_version" == "2024.10.0" ]]; then
Expand Down

0 comments on commit 3a779af

Please sign in to comment.