blob: f5bac7c85403e591582ee16b53e608e846083a9f [file] [log] [blame]
Chandan Kumar5e619872017-09-07 22:23:55 +05301# 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
Bernard Cafarellic3bec862020-09-10 13:59:49 +02005hacking>=3.2.0,<3.3.0 # Apache-2.0
Chandan Kumar5e619872017-09-07 22:23:55 +05306
OpenStack Proposal Bot1cf8cec2018-01-27 20:11:19 +00007coverage!=4.4,>=4.0 # Apache-2.0
Brian Haley33ef4602018-04-26 14:37:49 -04008flake8-import-order==0.12 # LGPLv3
OpenStack Proposal Bot1cf8cec2018-01-27 20:11:19 +00009python-subunit>=1.0.0 # Apache-2.0/BSD
OpenStack Proposal Bot1cf8cec2018-01-27 20:11:19 +000010oslotest>=3.2.0 # Apache-2.0
Slawek Kaplonskiaa6baae2018-05-21 15:20:27 -070011stestr>=1.0.0 # Apache-2.0
OpenStack Proposal Bot1cf8cec2018-01-27 20:11:19 +000012testtools>=2.2.0 # MIT