![Ghanshyam Mann](/assets/img/avatar_default.png)
OpenStack is dropping the py2.7 support in ussuri cycle. specs repo either has py27 job or requirement or tox env. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Iac7477a9cfce0458b55d40d5219a315c47abee27
12 lines
419 B
Plaintext
12 lines
419 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!=2.1.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
|
graphviz>=0.4,!=0.5.0 # MIT License
|
|
stestr>=2.0.0
|
|
testtools>=0.9.34
|
|
yasfb
|
|
openstackdocstheme>=1.28.0 # Apache-2.0
|