keystone-tempest-plugin 0.18.0 (epoxy)
We are delighted to announce the release of: keystone-tempest-plugin 0.18.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/keystone-tempest-plugin Download the package from: https://tarballs.openstack.org/keystone-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/keystone/+bugs For more details, please see below. Changes in keystone-tempest-plugin 2023.1-last..0.18.0 ------------------------------------------------------ ead8ceb Bump hacking 8b0557f Remove stable/2023.1 job from master gate 768754b Add stable/2024.2 job 648aabf Extend tests for new Domain Manager Persona Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +- requirements.txt | 6 +- test-requirements.txt | 6 +- 34 files changed, 2457 insertions(+), 241 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67f303d..24faa8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. diff --git a/test-requirements.txt b/test-requirements.txt index 9c7d865..3d2e1c5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org