ceph / s3-tests

Compatibility tests for S3 clones
MIT License
297 stars 287 forks source link

requirements: strict boto3 version #556

Open rkhudov opened 7 months ago

rkhudov commented 7 months ago

Restrict version for boto3 library. When installing requirements with following command: pip install -r requirements.txt the issue appears:

ERROR: s3transfer 0.10.0 has requirement botocore<2.0a.0,>=1.33.2, but you'll have botocore 1.27.96 which is incompatible.
ERROR: boto3 1.34.61 has requirement botocore<1.35.0,>=1.34.61, but you'll have botocore 1.27.96 which is incompatible.

Since boto3 installing the latest version it is incompatible with the older version of botocore.

Solution: Restrict boto3 to version without compatibility conflicts.

rkhudov commented 7 months ago

@cbodley Hi, is it possible to assign someone for review? Or is there an automatic process for that? Thank you!

cbodley commented 6 months ago

@alimaredia would you please run this through teuthology to make sure it doesn't break anything?

rkhudov commented 6 months ago

Hi @alimaredia, any updates on it?

rkhudov commented 6 months ago

Hi @cbodley @alimaredia, any updates?

rkhudov commented 6 months ago

Maybe I can help to speed this process somehow. If so, let me know

rkhudov commented 5 months ago

Hey @alimaredia any update on this?