Merge "Fix get_subnet_for_dvr() to return correct gateway mac"
[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
8 fixtures>=1.3.1
9 mock>=1.2
10 python-subunit>=0.0.18
11 requests-mock>=0.7.0 # Apache-2.0
12 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
13 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
14 testrepository>=0.0.18
15 testtools>=1.4.0
16 testresources>=0.2.4
17 testscenarios>=0.4
18 WebTest>=2.0
19 oslotest>=1.10.0 # Apache-2.0
20 os-testr>=0.4.1
21 tempest-lib>=0.13.0
22 ddt>=1.0.1
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