summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-05 10:19:28 +0000
committerGerrit Code Review <review@openstack.org>2014-09-05 10:19:28 +0000
commit30db0805dbff0bf7f370c0f0a173a30c46dec48c (patch)
treed9a36ae7d5be03f526d2f82b7413f444537ff3d3
parentde19d5b654ca2ab1382104aa24e07008cb3de56a (diff)
parent9c6a20edd610dbc04ee1cd99266a5ef7c5a60467 (diff)
downloadoslo-vmware-30db0805dbff0bf7f370c0f0a173a30c46dec48c.tar.gz
Merge "warn against sorting requirements"
-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 6ba67c4..d71794b 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.
+
stevedore>=0.14
netaddr>=0.7.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 6217181..a43b746 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
pylint==0.25.2