Fix invalid tempest pin for 31.0.0

Change-Id: Ia2a50dc350c07f848f56ed8b95f581303ebd5b55
This commit is contained in:
Alex Kavanagh 2022-07-11 10:26:44 +01:00
parent 3294ca071b
commit 476a35502f
1 changed files with 1 additions and 1 deletions

View File

@ -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