1. It's Ussuri. We can *finally* stop testing Python 2 [1]. Time to party. We don't attempt any cleanup but simply stop testing with Python 2, indicate that we only support Python 3 via 'setup.cfg' and remove any Python 2 only dependencies. This should free up a significant amount of resources from the gate and let us start using Python 3 idioms in our code. Win-win. 2. Cleanup basepython from individual testenv sections 3. From this point on the codebase will be incompatible with python2 [1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html#python2-deprecation-timeline Change-Id: Ia08c363263aaa406d0bf55e10ce8258695387578
9 lines
378 B
Plaintext
9 lines
378 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.
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinxmark>=0.1.14 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|