Actions
Bug #66655
closeds3tests: ERROR: Invalid requirement: 'pytz >=2011k': Expected end or semicolon (after version specifier)
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
2024-06-22T04:13:02.578 INFO:teuthology.orchestra.run.smithi060.stdout:ERROR: invocation failed (exit code 1), logfile: /home/ubuntu/cephtest/s3-tests-client.0/.tox/py/log/py-1.log
2024-06-22T04:13:02.578 INFO:teuthology.orchestra.run.smithi060.stdout:================================== log start ===================================
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:ERROR: Invalid requirement: 'pytz >=2011k': Expected end or semicolon (after version specifier)
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout: pytz >=2011k
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout: ~~~~~~^ (from line 11 of requirements.txt)
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:=================================== log end ====================================
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:ERROR: could not install deps [-rrequirements.txt]; v = InvocationError('/home/ubuntu/cephtest/s3-tests-client.0/.tox/py/bin/python -m pip install -rrequirements.txt', 1)
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:___________________________________ summary ____________________________________
2024-06-22T04:13:02.579 INFO:teuthology.orchestra.run.smithi060.stdout:ERROR: py: could not install deps [-rrequirements.txt]; v = InvocationError('/home/ubuntu/cephtest/s3-tests-client.0/.tox/py/bin/python -m pip install -rrequirements.txt', 1)
according to Tejas:
on pip >21.3 , I think pip has stopped supporting pre release versions
Updated by Casey Bodley almost 2 years ago
- Status changed from New to Fix Under Review
- Assignee set to Casey Bodley
https://github.com/ceph/s3-tests/pull/569
will need backport to s3-tests branches: ceph-quincy, ceph-reef, ceph-squid, ceph-master
Updated by Casey Bodley almost 2 years ago
- Status changed from Fix Under Review to Resolved
will need backport to s3-tests branches: ceph-quincy, ceph-reef, ceph-squid, ceph-master
merged and backported
Actions