blob: 8a78edb5eeb859bb3d41bcb7b259c1e11301b679 [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001# 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
5hacking<0.11,>=0.10.0
6
Akihiro Motokif391a5f2017-11-16 12:13:37 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
9sphinx>=1.6.2 # BSD
10oslosphinx>=4.7.0 # Apache-2.0
David Lyle64302f12016-04-29 15:46:34 -060011oslotest>=1.10.0 # Apache-2.0
Ha Manh Dong2d24cb72018-07-19 09:48:23 +070012stestr>=2.0.0 # Apache-2.0
Akihiro Motokif391a5f2017-11-16 12:13:37 +000013testscenarios>=0.4 # Apache-2.0/BSD
14testtools>=2.2.0 # MIT