OLD | NEW |
| (Empty) |
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 # this file lists dependencies required for the testing of heat | |
5 | |
6 # Install bounded pep8/pyflakes first, then let flake8 install | |
7 pep8==1.5.7 | |
8 pyflakes==0.8.1 | |
9 flake8<=2.4.1,>=2.2.4 | |
10 | |
11 coverage>=3.6 | |
12 discover | |
13 python-subunit>=0.0.18 | |
14 testrepository>=0.0.18 | |
15 testtools>=1.4.0 | |
16 | |
17 six>=1.9.0 | |
18 | |
19 # this is required for the docs build jobs | |
20 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 | |
21 oslosphinx>=2.5.0 # Apache-2.0 | |
22 | |
OLD | NEW |