okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 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,<3.1 # Apache-2.0 | ||||
6 | |||||
7 | coverage>=4.0,!=4.4 # Apache-2.0 | ||||
8 | python-subunit>=0.0.18 # Apache-2.0/BSD | ||||
9 | oslotest>=1.10.0 # Apache-2.0 | ||||
10 | stestr>=1.0.0 # Apache-2.0 | ||||
11 | testtools>=1.4.0 # MIT |