summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-11 15:09:45 +0000
committerGerrit Code Review <review@openstack.org>2014-09-11 15:09:45 +0000
commit4d89f038186e393a9da3afe4ae45a98a250e052e (patch)
tree884a7efc8acd9caba2ee04c79115af71372a155c
parent83236b0d7dbdbaa5c2ebe73925ee0f1928d16aff (diff)
parent64d348474804785b40dc3d820d93a2789f055ca8 (diff)
downloadoslo-config-4d89f038186e393a9da3afe4ae45a98a250e052e.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 3ace61d..bde4919 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.
+
argparse
netaddr>=0.7.12
six>=1.7.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2ff9023..2a9b720 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>=0.9.2,<0.10
discover