Limit boto version to <2.35.0
tempest dvsm jobs started failing after the release of boto 2.35.0. The issue is under investigation, for the time being the boto version will be limited. Related-Bug: #1408987 Change-Id: I2f9c26168c1296cd8dc19dc59ae5d2831f90bd0d
This commit is contained in:
parent
1be88fc483
commit
0809b01d23
@ -4,7 +4,7 @@ argparse
|
|||||||
argcomplete>=0.6.8 # Apache-2.0
|
argcomplete>=0.6.8 # Apache-2.0
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
boto>=2.32.1
|
boto>=2.32.1,<2.35.0
|
||||||
cassandra-driver>=2.1.1 # Apache-2.0
|
cassandra-driver>=2.1.1 # Apache-2.0
|
||||||
cffi
|
cffi
|
||||||
cliff>=1.7.0 # Apache-2.0
|
cliff>=1.7.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user