summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-03 23:58:44 +0000
committerGerrit Code Review <review@openstack.org>2014-09-03 23:58:44 +0000
commit1852ba75d36b07a98f802aed69552989dafb32fc (patch)
tree1c14bf9a22a9bd0d29a5a5710ebede01b5653953
parent5e6c02d33dac6b4589b28e0b9133ae7194207c7d (diff)
parent1ca4167b7a9ae48b65966ad4125cfbd852b91cdc (diff)
downloaddesignate-2014.2.b3.tar.gz
Merge "warn against sorting requirements"2014.2.b3
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6a155c9a..91f40121 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,7 @@
+# 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.
+
Babel>=1.3
eventlet>=0.15.1
extras
diff --git a/test-requirements.txt b/test-requirements.txt
index 3947a05d..288785df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,7 @@
+# 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.9.2,<0.10
coverage>=3.6