2015-06-24 11:57:41 +08: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:52:52 -05:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2017-10-26 12:55:10 +02:00
|
|
|
|
2017-05-15 00:46:30 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-09-16 23:14:34 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2020-01-21 16:53:34 +02:00
|
|
|
Pygments>=2.2.0 # BSD license
|
2016-06-02 21:06:44 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-09-16 23:14:34 +00:00
|
|
|
nose>=1.3.7 # LGPL
|
2018-01-16 12:33:17 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-03-23 01:08:00 +00:00
|
|
|
requests-mock>=1.2.0 # Apache-2.0
|
2017-11-15 18:13:08 +00:00
|
|
|
tempest>=17.1.0 # Apache-2.0
|
2018-05-21 18:24:50 -04:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2017-11-16 11:10:31 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-16 23:14:34 +00:00
|
|
|
unittest2>=1.1.0 # BSD
|
2020-01-21 16:53:34 +02:00
|
|
|
|