add yardstick iruya 9.0.0 release notes
[yardstick.git] / test-requirements.txt
1 # 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
5 coverage!=4.4 # Apache-2.0
6 fixtures # Apache-2.0/BSD
7 oslotest # Apache-2.0
8 packaging # Apache-2.0
9 pyflakes # MIT; OSI Approved  MIT License
10 pylint # GPLv2
11 python-subunit # Apache-2.0/BSD
12 testrepository # Apache-2.0/BSD
13 testtools # MIT
14 unittest2 # BSD
15
16 # NOTE(ralonsoh): to be removed, only for coverage support
17 python-heatclient # Apache-2.0
18
19 # Yardstick I release <-> OpenStack Stein release
20 -e git+https://github.com/openstack/requirements.git@stable/stein#egg=os_requirements
21