Added all common modules in conductor directory
[optf/has.git] / conductor / 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 # Hacking already pins down pep8, pyflakes and flake8
6 hacking<0.11,>=0.10.0
7 # bandit>=1.1.0 # Apache-2.0
8 coverage>=3.6 # Apache-2.0
9 fixtures>=3.0.0 # Apache-2.0/BSD
10 kombu>=3.0.25 # BSD
11 mock>=2.0 # BSD
12 mox3>=0.7.0 # Apache-2.0
13 oslotest>=1.10.0 # Apache-2.0
14 psycopg2>=2.5 # LGPL/ZPL
15 testrepository>=0.0.18 # Apache-2.0/BSD
16 testscenarios>=0.4 # Apache-2.0/BSD
17 testtools>=1.4.0 # MIT
18 os-testr>=0.4.1 # Apache-2.0
19 tempest>=11.0.0  # Apache-2.0
20 pifpaf>=0.0.11