ESCALATOR-40 add unittest framework
[escalator.git] / client / 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 lbel>=1.3
4
5 bandit>=0.17.3
6 coverage>=3.6
7 discover
8 fixtures>=0.3.14
9 mox3>=0.7.0
10 mock>=1.0
11 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
12 requests>=2.2.0,!=2.4.0
13 testrepository>=0.0.18
14 testscenarios>=0.4 # Apache-2.0/BSD
15 testtools>=0.9.36,!=1.2.0
16 psutil>=1.1.1,<2.0.0
17 oslotest>=1.5.1,<1.6.0  # Apache-2.0
18 # Optional packages that should be installed when testing
19 PyMySQL!=0.7.7,>=0.6.2 # MIT License
20 pysendfile==2.0.0
21 qpid-python;python_version=='2.7' # Apache-2.0
22
23 # Documentation
24 oslosphinx>=2.5.0,<2.6.0  # Apache-2.0ater.
25
26 #flake8
27 pyflakes!=1.2.0,!=1.2.1,!=1.2.2,<1.4.0,>=0.8.1
28 configparser
29 mccabe<0.6.0,>=0.5.0
30 pycodestyle<2.3.0,>=2.0.0
31 flake8