Updated pip constraints for release candidates of OpenStackSDK's first major release

A release candidate for the first major release of OpenStackSDK 1.x.x
has been published with version number 0.99.0. Release candidates will
be numbered using 0.99.x versions.

Ref.: https://meetings.opendev.org/irclogs/%23openstack-release/%23openstack-release.2022-05-19.log.html

Change-Id: I51a5b803f6646d3b1c5e198072cb3da19925fc3f
This commit is contained in:
Jakob Meng 2022-05-23 14:03:54 +02:00
parent 4db7a6238b
commit c7ae7a5f98
3 changed files with 5 additions and 4 deletions

View File

@ -167,8 +167,7 @@
# OpenStack SDK 1.*.* has not been released to PyPI yet
voting: false
vars:
# Uncomment once OpenStack SDK 1.*.* has been released to PyPI
# tox_constraints_file: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/constraints-openstacksdk-1.x.x.txt'
tox_constraints_file: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/constraints-openstacksdk-1.x.x.txt'
# TODO: Remove tox_extra_args once all ci roles pass
tox_extra_args: *skip_broken_ci_roles
tox_install_siblings: false

View File

@ -1 +1,2 @@
openstacksdk<1.0.0
# 0.99.x are release candidates for the first major release of OpenStackSDK 1.x.x
openstacksdk<0.99.0

View File

@ -1 +1,2 @@
openstacksdk>=1.0.0
# 0.99.x are release candidates for the first major release of OpenStackSDK 1.x.x
openstacksdk>=0.99.0