File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,8 +395,8 @@ def get_service_type(f):
395395 return getattr (f , 'service_type' , None )
396396
397397
398- def pretty_choice_list (l ):
399- return ', ' .join ("'%s'" % i for i in l )
398+ def pretty_choice_list (choices ):
399+ return ', ' .join ("'%s'" % choice for choice in choices )
400400
401401
402402def exit (msg = '' ):
Original file line number Diff line number Diff line change 1- # The order of packages is significant, because pip processes them in the order
2- # of appearance. Changing the order has an impact on the overall integration
3- # process, which may cause wedges in the gate later.
1+ # Requirements lower bounds listed here are our best effort to keep them up to
2+ # date but we do not test them so no guarantee of having them all correct. If
3+ # you find any incorrect lower bounds, let us know or propose a fix.
4+
45pbr >= 5.8.0 # Apache-2.0
56
67keystoneauth1 >= 3.3.0 # Apache-2.0
Original file line number Diff line number Diff line change 1- # The order of packages is significant, because pip processes them in the order
2- # of appearance. Changing the order has an impact on the overall integration
3- # process, which may cause wedges in the gate later.
4-
5- hacking>=3.0.1,<3.1.0 # Apache-2.0
1+ hacking>=8.0.0,<8.1.0 # Apache-2.0
62
73coverage>=4.0,!=4.4 # Apache-2.0
84python-subunit>=0.0.18 # Apache-2.0/BSD
You can’t perform that action at this time.
0 commit comments