Skip to content

Commit

Permalink
apacheGH-39880: [Python][CI] Pin moto<5 for dask integration tests (a…
Browse files Browse the repository at this point in the history
…pache#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 <jorisvandenbossche@gmail.com>
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
2 people authored and zanmato1984 committed Feb 28, 2024
1 parent 9109f4e commit 607ba84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/install_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ else
fi

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

0 comments on commit 607ba84

Please sign in to comment.