1. Upgrade setup.cfg: ensure the repo is for >= Python 3.9. 2. Running the linter tools (pylint/hacking/flake8) with a pinned version is too old for recent Zuul with Python 3.12. Set the same version as nova: I7a1937b107ff3af8d1e5fe23fc32b120ef4697f7 Change-Id: Ib4fedf0c8c752605ce79bb0006998fa2945840c5
11 lines
359 B
Plaintext
11 lines
359 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.
|
|
|
|
hacking==6.1.0 # Apache-2.0
|
|
|
|
Babel!=2.4.0,>=2.5.3 # BSD
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
doc8>=0.8.0 # Apache-2.0
|