summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-13 11:04:12 -0500
committerMonty Taylor <mordred@inaugust.com>2016-10-13 11:25:33 -0500
commit968571920b33dc4b5190581abe6140945b49da6d (patch)
tree6f07526ff224ec5bc7afbc90dfd92ed0780d0dee /test-requirements.txt
parent644d93f4d632c302cc8cd8ef5c465acfa4e478d5 (diff)
A few structural cleanups
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt19
1 files changed, 3 insertions, 16 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a3fcd81..230f50a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,17 +1,4 @@
1# The order of packages is significant, because pip processes them in the order 1hacking<0.12,>=0.11.0
2# of appearance. Changing the order has an impact on the overall integration
3# process, which may cause wedges in the gate later.
4 2
5hacking<0.12,>=0.11.0 # Apache-2.0 3python-subunit>=0.0.18
6 4testrepository>=0.0.18
7coverage>=3.6 # Apache-2.0
8python-subunit>=0.0.18 # Apache-2.0/BSD
9sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
10oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
11oslotest>=1.10.0 # Apache-2.0
12testrepository>=0.0.18 # Apache-2.0/BSD
13testscenarios>=0.4 # Apache-2.0/BSD
14testtools>=1.4.0 # MIT
15
16# releasenotes
17reno>=1.8.0 # Apache2