a97deefcb3
OpenStack is dropping the py2.7 support in ussuri cycle except swift and sorlets which is exception approved in this goal. Somehow this repo is left to remove the py2.7 requirement and setup.cfg file cleanup. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Also drop the stable/queens|rocky py2 jobs because octavia-tempest-plugin master code cannot test them because of py2 drop. They are also Extended Maintainance state so it is ok to not test them on master. Same way Tempest and other plugins did - https://review.opendev.org/#/c/722183/ Change-Id: I9b20229a25dc9752e4a813709f0b67bbd104faa5
14 lines
428 B
Plaintext
14 lines
428 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.
|
|
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2,!=2.1.0; # BSD
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
|
|
# releasenotes
|
|
reno>=2.5.0 # Apache-2.0
|
|
|
|
# PDF Docs
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|