0b9002106a
PEP8 have new changes that make invalid escapes a hard failure. Also, it's failing on the requirements check. Also the build-openstack-releasenotes job taker the setup info from master, as we do not have master anymore we can not run the build-openstack-releasenotes job. This submission fixes: - Unit tests failing with scaping incorrectly backslashes. - Lower constraints. - Requirements. - Test requirements. Closes-Bug: 1805583 Change-Id: I3a620ca13eaf7ca0e8d1e560ffeb30d25f4d82c5
20 lines
721 B
Plaintext
20 lines
721 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.
|
|
six>=1.10.0 # MIT
|
|
python-ironicclient>=2.3.0 # Apache-2.0
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
|
python-novaclient>=9.1.0 # Apache-2.0
|
|
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
psutil>=3.2.2 # BSD
|
|
netaddr>=0.7.18 # BSD
|
|
netifaces>=0.10.4 # MIT
|
|
pystache>=0.5.4 # MIT
|
|
os-refresh-config>=6.0.0 # Apache-2.0
|
|
os-apply-config>=5.0.0 # Apache-2.0
|
|
os-client-config>=1.28.0 # Apache-2.0
|
|
openstacksdk>=0.17.2
|