Pin tempest for different python versions

Change-Id: Ieb37203654a707f8c719d8ee44c7e052e92e9d50
This commit is contained in:
Alex Kavanagh 2022-07-11 12:35:10 +01:00
parent b20e5c19bc
commit ab9bf0b411
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#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