blob: b99db2727bee7ce5e67163bc08263ff6adb4dbc6 [file] [log] [blame]
Marc Koderer3529ea72016-12-02 13:21:03 +01001# 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
OpenStack Proposal Botcff89942018-03-13 06:47:29 +00005hacking<0.13,>=0.12.0 # Apache-2.0
Ghanshyam Manna0d3e452020-07-04 12:39:43 -05006# remove this pyflakes from here once you bump the
7# hacking to 3.2.0 or above. hacking 3.2.0 takes
8# care of pyflakes version compatibilty.
9pyflakes>=2.1.1
Marc Koderer3529ea72016-12-02 13:21:03 +010010
OpenStack Proposal Botcff89942018-03-13 06:47:29 +000011python-subunit>=1.0.0 # Apache-2.0/BSD
OpenStack Proposal Botcff89942018-03-13 06:47:29 +000012oslotest>=3.2.0 # Apache-2.0
Vu Cong Tuan96d57e62018-07-09 13:44:31 +070013stestr>=2.0.0 # Apache-2.0
OpenStack Proposal Botcff89942018-03-13 06:47:29 +000014testscenarios>=0.4 # Apache-2.0/BSD
15testtools>=2.2.0 # MIT
yushangbin817651d2017-03-28 00:51:03 +080016
OpenStack Proposal Botcff89942018-03-13 06:47:29 +000017oslo.log>=3.36.0 # Apache-2.0