Fix invalid tempest pin for 31.0.0

Change-Id: Id86dd378fbd639cba13190945246f2b59a1fc5ca
This commit is contained in:
Alex Kavanagh 2022-07-11 11:06:31 +01:00
parent bdce9e46d8
commit 0287587fc1
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ git+https://github.com/openstack-charmers/zaza.git@stable/yoga#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/yoga#egg=zaza.openstack
# Needed for charm-glance:
git+https://opendev.org/openstack/tempest.git#egg=tempest;python_version>='3.6'
git+https://opendev.org/openstack/tempest.git#egg=tempest;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