Skip to content

Commit

Permalink
[workflow] Fix test_serialization.py (ray-project#21522)
Browse files Browse the repository at this point in the history
The new version of responses will introduce some errors in the test. This PR fixed responses.

It also fixed moto in case of future updates upstream.
  • Loading branch information
fishbone authored Jan 11, 2022
1 parent f94bd99 commit d2d749b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/requirements/data_processing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ dask[complete]==2021.03.0; python_version < '3.7'
dask[complete]==2021.11.0; python_version >= '3.7'
aioboto3==8.3.0
flask_cors
moto[s3]
moto[s3]==2.3.1
s3fs
modin>=0.8.3; python_version < '3.7'
modin>=0.11.0; python_version >= '3.7'
pytest-repeat
raydp-nightly
responses==0.13.4

0 comments on commit d2d749b

Please sign in to comment.