blob: 2125ea04312836dee5f4cf3e14c47806dcf8d7a3 [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001# 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 Mann47d322f2020-05-12 20:02:19 -05005hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0
Michael Johnson34139b02017-03-15 10:31:10 -07006
OpenStack Proposal Bot81d63492017-06-06 01:53:58 +00007coverage!=4.4,>=4.0 # Apache-2.0
OpenStack Proposal Bot1f41eac2017-11-16 11:16:55 +00008python-subunit>=1.0.0 # Apache-2.0/BSD
OpenStack Proposal Botac449fe2018-01-16 04:21:09 +00009oslotest>=3.2.0 # Apache-2.0
Michael Johnson0f28a482018-05-23 16:22:45 -070010stestr>=2.0.0 # Apache-2.0
OpenStack Proposal Bot81d63492017-06-06 01:53:58 +000011testscenarios>=0.4 # Apache-2.0/BSD
OpenStack Proposal Bot1f41eac2017-11-16 11:16:55 +000012testtools>=2.2.0 # MIT