Skip to content

Commit 4ceb661

Browse files
apacheGH-39880: [Python][CI] Pin moto<5 for dask integration tests (apache#39881)
See upstream pin being added (dask/dask#10868 / dask/dask#10869), we are seeing the same failures * Closes: apache#39880 Lead-authored-by: Joris Van den Bossche <[email protected]> Co-authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent a1c1773 commit 4ceb661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/scripts/install_dask.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ else
3535
fi
3636

3737
# additional dependencies needed for dask's s3 tests
38-
pip install moto[server] flask requests
38+
# Moto 5 results in timeouts in s3 tests: https://github.com/dask/dask/issues/10869
39+
pip install "moto[server]<5" flask requests

0 commit comments

Comments
 (0)