2014-09-13 07:22:22 +00:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
2015-02-24 06:08:58 -08:00
|
|
|
|
2017-05-15 00:45:01 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2018-06-27 14:49:03 -04:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2018-01-16 12:29:38 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2021-02-06 12:34:24 +01:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2020-12-09 15:37:42 +01:00
|
|
|
|
2021-02-06 12:34:24 +01:00
|
|
|
# used for JSON RPC unit tests
|
|
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|