Merge "Updated from global requirements"
[openstack-build/neutron-build.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 hacking<0.11,>=0.10.0
5
6 cliff>=1.15.0 # Apache-2.0
7 coverage>=3.6 # Apache-2.0
8 fixtures>=1.3.1 # Apache-2.0/BSD
9 mock>=1.2 # BSD
10 python-subunit>=0.0.18 # Apache-2.0/BSD
11 requests-mock>=0.7.0 # Apache-2.0
12 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
13 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
14 testrepository>=0.0.18 # Apache-2.0/BSD
15 testtools>=1.4.0 # MIT
16 testresources>=0.2.4 # Apache-2.0/BSD
17 testscenarios>=0.4 # Apache-2.0/BSD
18 WebTest>=2.0 # MIT
19 oslotest>=1.10.0 # Apache-2.0
20 os-testr>=0.4.1 # Apache-2.0
21 tempest-lib>=0.13.0 # Apache-2.0
22 ddt>=1.0.1 # MIT
23 pylint==1.4.5 # GNU GPL v2
24 reno>=0.1.1 # Apache2
25 # Needed to run DB commands in virtualenvs
26 PyMySQL>=0.6.2 # MIT License