Pin tempest for python<3.8

Change-Id: Icafb620026f92017d18b0447a7ad0de3f7763f2c
(cherry picked from commit a4ee714eb7)
This commit is contained in:
Felipe Reyes 2022-06-03 11:21:59 -04:00
parent 43abc20dde
commit c38b39dfb7
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ git+https://github.com/openstack-charmers/zaza.git@stable/victoria#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/victoria#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'
tempest<24.0.0;python_version<'3.6'
croniter # needed for charm-rabbitmq-server unit tests