jorisvandenbossche commented on code in PR #39881: URL: https://github.com/apache/arrow/pull/39881#discussion_r1474489618
########## 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: Yes, good idea, thanks! -- 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]
