Skip to content

Commit

Permalink
apacheGH-45305: [CI][Python] Temporarily avoid newer boto3 version
Browse files Browse the repository at this point in the history
Until Minio gets fixed.
  • Loading branch information
pitrou committed Jan 20, 2025
1 parent 9801801 commit 6671e83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ conda create -n arrow ^
"ninja" ^
"nomkl" ^
"pandas" ^
"fsspec" ^
"python=%PYTHON%" ^
|| exit /B
conda list -n arrow
Expand Down
7 changes: 5 additions & 2 deletions ci/conda_env_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
# specific language governing permissions and limitations
# under the License.

# don't add pandas here, because it is not a mandatory test dependency
boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture
# Don't add pandas here, because it is not a mandatory test dependency

# Not a direct dependency of s3fs, but needed for our s3fs fixture
# (temporary upper bound because of GH-45305)
boto3<1.36
cffi
cython>=3
cloudpickle
Expand Down

0 comments on commit 6671e83

Please sign in to comment.