summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 08:52:28 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 08:52:28 +0000
commite24bd6ba1b35af80a4a386c8b46ae2d5e1a2d514 (patch)
tree1521d9f37ed2bae5fbe1a0a090bf58ce40284856 /test-requirements.txt
parent5e7675db4a060335924f2cc6da74dd1ea4819cfa (diff)
downloadtrove-e24bd6ba1b35af80a4a386c8b46ae2d5e1a2d514.tar.gz
Updated from global requirements
Change-Id: I14ec93eaa97fc52b39e00175adcd718dfc4579b4
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c179163..bdb14c85 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,10 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0.0a2
+oslosphinx>=2.2.0 # Apache-2.0
coverage>=3.6
nose