raulcd commented on code in PR #39881: URL: https://github.com/apache/arrow/pull/39881#discussion_r1474487393
########## ci/scripts/install_dask.sh: ########## @@ -35,4 +35,4 @@ else fi # additional dependencies needed for dask's s3 tests -pip install moto[server] flask requests +pip install "moto[server]<5" flask requests Review Comment: Should we add a reference to the original issue? ```suggestion # Moto 5 results in timeouts in s3 tests: https://github.com/dask/dask/issues/10869 pip install "moto[server]<5" flask requests ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
