diff options
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index f4c5622..96fb1bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt | |||
@@ -2,13 +2,13 @@ | |||
2 | # of appearance. Changing the order has an impact on the overall integration | 2 | # of appearance. Changing the order has an impact on the overall integration |
3 | # process, which may cause wedges in the gate later. | 3 | # process, which may cause wedges in the gate later. |
4 | 4 | ||
5 | hacking<0.13,>=0.12.0 | 5 | hacking<0.13,>=0.12.0 # Apache-2.0 |
6 | 6 | ||
7 | coverage>=3.6 | 7 | coverage>=4.0 # Apache-2.0 |
8 | discover | 8 | discover # BSD |
9 | python-subunit>=0.0.18 | 9 | python-subunit>=0.0.18 # Apache-2.0/BSD |
10 | sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 | 10 | sphinx!=1.3b1,<1.4,>=1.2.1 # BSD |
11 | oslotest>=1.10.0 # Apache-2.0 | 11 | oslotest>=1.10.0 # Apache-2.0 |
12 | testrepository>=0.0.18 | 12 | testrepository>=0.0.18 # Apache-2.0/BSD |
13 | testscenarios>=0.4 | 13 | testscenarios>=0.4 # Apache-2.0/BSD |
14 | testtools>=1.4.0 | 14 | testtools>=1.4.0 # MIT |