blob: d84609d8305caf5490d21d8321e0b52a6a8505ad [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001# 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
Ghanshyam Mannaaf69e02020-05-12 18:19:48 -05005hacking>=3.0.1,<3.1.0 # Apache-2.0
David Lyle64302f12016-04-29 15:46:34 -06006
Akihiro Motokif391a5f2017-11-16 12:13:37 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
Ha Manh Dong2d24cb72018-07-19 09:48:23 +07009stestr>=2.0.0 # Apache-2.0