We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61626e7 commit 3a779afCopy full SHA for 3a779af
test/test_artifacts/v2/scripts/run_s3fs_tests.sh
@@ -8,7 +8,7 @@ git checkout tags/$s3fs_version
8
# Install requirements
9
# Remove portion incompatible with conda/mamba
10
sed -i "s/; python_version < '3.3'//" test_requirements.txt
11
-# For <2024.12.0, there's no upperbound on moto.
+# For <2024.10.0, there's no upperbound on moto.
12
# This causes test failures, so we add the upperbound.
13
# https://github.com/fsspec/s3fs/pull/917/files#diff-25d7875059b9486b7912948b78c0bb1c763d565fe0d12dc8287b5f0dc9982176L17
14
if [[ "$s3fs_version" == "2024.10.0" ]]; then
0 commit comments