f0cc89dce7
Instead of setting Gnocchi version through localrc configuration, it is hardcoded in devstack settings. A particular stable release of OpenStack is not expected to be tested with multiple Gnocchi releases and therefore the version pinned in this release is not expected to change. Pin "setuptools" to install a version lower than upper constraints[1]. This change comes after "tox-lower-constraints" job install the latest release of setuptools and fails due to missing functions. Pin "python-subunit" to install a compatible release. As of now "tox-lower-constraints" install the latest release which reports error "module 'subunit' has no attribute 'test_results'" [1] https://github.com/openstack/requirements/blob/stable/wallaby/upper-constraints.txt Depends-On: https://review.opendev.org/c/openstack/devstack/+/896762 Depends-On: https://review.opendev.org/c/openstack/heat/+/897039 Closes-Bug: #2035074 Change-Id: I60e9716555999f19d360b8219b9539c88622e07f (cherry picked from commitf47af941f7
) (cherry picked from commit 97618a74b9be4492e36659e2c378b97b1de48199) (cherry picked from commit754e528052
) (cherry picked from commit42a5208d4b
)
20 lines
664 B
Plaintext
20 lines
664 B
Plaintext
# 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.
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
os-win>=3.0.0 # Apache-2.0
|
|
oslo.messaging[kafka]>=8.0.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
oslo.vmware>=2.17.0 # Apache-2.0
|
|
pyOpenSSL>=17.1.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
gabbi>=1.30.0 # Apache-2.0
|
|
requests-aws>=0.1.4 # BSD License (3 clause)
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testresources>=2.0.1 # Apache-2.0
|
|
setuptools<=54.1.1 # Apache-2.0
|
|
|