Skip to content

Commit

Permalink
[Python][CI] Pin moto<5 for dask integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Feb 1, 2024
1 parent 2a87693 commit f11ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/install_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f11ffd2

Please sign in to comment.