2016-10-24 23:22:22 +02: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.
|
|
|
|
|
2020-05-12 18:48:28 -05:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2016-10-24 23:22:22 +02:00
|
|
|
|
2018-01-18 03:29:05 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-08-16 18:47:46 +05:30
|
|
|
ddt>=1.0.1 # MIT
|
2018-01-18 03:29:05 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-03-23 01:48:22 +00:00
|
|
|
requests-mock>=1.2.0 # Apache-2.0
|
2019-06-17 15:53:45 +05:30
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2016-10-24 23:22:22 +02:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2018-01-18 03:29:05 +00:00
|
|
|
testtools>=2.2.0 # MIT
|