2014-09-23 01:55:13 +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.
|
2019-06-18 15:25:49 +00:00
|
|
|
|
2020-06-05 07:51:28 +00:00
|
|
|
pylint>=1.7.1 #GPLv2
|
2013-07-27 02:27:45 +00:00
|
|
|
|
2017-06-05 00:25:49 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-24 11:37:04 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2018-01-17 20:31:03 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2021-05-03 11:14:41 +00:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2017-11-16 11:01:41 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2015-02-07 10:30:02 +00:00
|
|
|
|
2017-05-15 00:42:53 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2020-05-28 06:41:01 +00:00
|
|
|
|
|
|
|
yamllint>=1.23.0
|