diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-06 13:31:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-06 13:53:05 +0100 |
commit | 4811512a3ee5a5bc93314022dd66352d9d5bdc9e (patch) | |
tree | 74974042968518d7620e5d5c7ecb72feaa723645 | |
parent | 1aa55fbdfe0271664cf20ce9c2e7ad579901502f (diff) |
Fix tempest upper-constraints
Change-Id: I2562cf2819fb144386ae711ae29208aca08bea1f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | upper-constraints.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 0df00ed43..29f97c604 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -8,10 +8,10 @@ xtesting===0.96.0 git+https://github.com/PyCQA/bandit@3d0824676974e7e2e9635c10bc4f12e261f1dbdf#egg=bandit bandit===1.7.0 ruamel.yaml.jinja2==0.2.2 --e git+https://opendev.org/openstack/tempest#egg=tempest --e git+https://opendev.org/openstack/rally.git#egg=rally -git+https://opendev.org/openstack/rally-openstack.git#egg=rally-openstack -git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes +-e git+https://opendev.org/openstack/tempest@30.0.0#egg=tempest +-e git+https://opendev.org/openstack/rally.git@3.3.0#egg=rally +git+https://opendev.org/openstack/rally-openstack.git@1c470d56f4dd63374f41f7b243092b0a0751a22f#egg=rally-openstack +git+https://github.com/xrally/xrally-kubernetes.git@2ffa85af2bff3438b6b23034b6ec6ee1de481090#egg=xrally-kubernetes pylint===2.11.1 flake8===4.0.1 nose===1.3.7 |