Skip to content

Commit

Permalink
Fix invalid tempest pin for 31.0.0
Browse files Browse the repository at this point in the history
Change-Id: I34633ed4d68aa0a02dc2a86b67488d045d0228b8
  • Loading branch information
ajkavanagh committed Jul 11, 2022
1 parent 961f9c3 commit a3848fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/xena#e

# Needed for charm-glance:
git+https://opendev.org/openstack/tempest.git#egg=tempest;python_version>='3.8'
tempest<31.0.0;python_version<'3.8'
tempest<31.0.0;python_version<'3.8' and python_version>='3.6'
tempest<24.0.0;python_version<'3.6'

croniter # needed for charm-rabbitmq-server unit tests

0 comments on commit a3848fa

Please sign in to comment.