Skip to content

Commit a74eb7e

Browse files
authored
GH-45305: [CI][Python] Temporarily avoid newer boto3 version (#45311)
Until Minio gets fixed. ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: #45305 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 9801801 commit a74eb7e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ci/appveyor-cpp-setup.bat

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ conda create -n arrow ^
7070
"ninja" ^
7171
"nomkl" ^
7272
"pandas" ^
73-
"fsspec" ^
7473
"python=%PYTHON%" ^
7574
|| exit /B
7675
conda list -n arrow

ci/conda_env_python.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
# don't add pandas here, because it is not a mandatory test dependency
19-
boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture
18+
# Don't add pandas here, because it is not a mandatory test dependency
19+
20+
# Not a direct dependency of s3fs, but needed for our s3fs fixture
21+
# (temporary upper bound because of GH-45305)
22+
boto3<1.36
2023
cffi
2124
cython>=3
2225
cloudpickle

0 commit comments

Comments
 (0)