mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 22:34:12 +00:00
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:
@@ -167,8 +167,7 @@
|
|||||||
# OpenStack SDK 1.*.* has not been released to PyPI yet
|
# OpenStack SDK 1.*.* has not been released to PyPI yet
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
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
|
# TODO: Remove tox_extra_args once all ci roles pass
|
||||||
tox_extra_args: *skip_broken_ci_roles
|
tox_extra_args: *skip_broken_ci_roles
|
||||||
tox_install_siblings: false
|
tox_install_siblings: false
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user