68f6362018
As per 2025.1 testing runtime[1], we are tetsing from python 3.9 till python 3.12, moving functional job to python 3.12 and updating the same in python classifier. Bump the hacking version to 7.0.0 for consistency with the other cinder projects and to fix the pep8 job on Ubuntu Noble. Also, add 'netifaces' to requirements; it has been explicitly used by the code for a long time, but was never included in requirements. Whatever had been supplying it apparently no longer has netifaces as a dependency. Closes-Bug: #2088356 Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Co-authored-by: Ghanshyam Mann <gmann@ghanshyammann.com> Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com> Change-Id: I9e5be7856d6985f7811c66ef3846fd353c51e7af
11 lines
360 B
Plaintext
11 lines
360 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.
|
|
|
|
pbr>=5.5.1 # Apache-2.0
|
|
|
|
python-cinderclient>=9.0.0 # Apache-2.0
|
|
os-brick>=6.0.0 # Apache-2.0
|
|
oslo.concurrency>=5.0.0 # Apache-2.0
|
|
netifaces>=0.11.0
|