zaqar-tempest-plugin 2.1.0 (epoxy)
We contentedly announce the release of: zaqar-tempest-plugin 2.1.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/zaqar-tempest-plugin Download the package from: https://tarballs.openstack.org/zaqar-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/zaqar/+bugs For more details, please see below. Changes in zaqar-tempest-plugin zed-last..2.1.0 ----------------------------------------------- 17a79a4 Remove note about old pip's behavior 56d1951 Add stable branch jobs 237bcc8 Updated from global requirements 84e08ea Prohibit installation in Python < 3.8 a221bfa Drop unnecessary 'x' bit from doc config file 968c0bf Skip tempest jobs for non-functional change Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 18 +++++------ setup.cfg | 8 +++-- setup.py | 2 +- test-requirements.txt | 10 ++---- 6 files changed, 108 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 42d28fd..8db5df8 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. @@ -5,6 +5,6 @@ -pbr>=2.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -testtools>=1.4.0 # MIT -tempest>=16.1.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +testtools>=2.2.0 # MIT +tempest>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d14547f..2ab5ef8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# 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. - @@ -8,2 +4,2 @@ coverage>=4.0,!=4.4 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +oslotest>=3.2.0 # Apache-2.0 @@ -11 +7 @@ stestr>=2.0.0 # Apache-2.0 -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org