Codebase list cinder-tempest-plugin / 47958a8
Bump tempest version in requirements.txt Tempest fixed server SSHABLE bug and the new way/fix is consumed by cinder-tempest-plugin - https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/881764 To keep requirements.txt lower bound up to dated, this bumping the Tempest version to 34.2.0 which include the SSHABLE fix - https://review.opendev.org/c/openstack/releases/+/882356 Change-Id: I10137b03cc2e19f4f64220ad0c4cc8ee7c952122 Ghanshyam Mann 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 pbr!=2.1.0,>=2.0.0 # Apache-2.0
55 oslo.config>=5.1.0 # Apache-2.0
66 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
7 tempest>=30.0.0 # Apache-2.0
7 tempest>=34.2.0 # Apache-2.0