summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-08 20:16:41 +0000
committerGerrit Code Review <review@openstack.org>2014-09-08 20:16:41 +0000
commitedf4c41e55829416c6195af73ad5cf0162906458 (patch)
tree3bd2c56e18e652fabdaf53f677bdd467cea93bc0
parentbdcfb4a4df4346e7e05473a7579b1da40212bf9b (diff)
parentab475162c8b17089dab65f85d11e0dbc5d56c395 (diff)
downloadoslo-db-edf4c41e55829416c6195af73ad5cf0162906458.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 1483c6f..a2c2f6e 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.
+
alembic>=0.6.4
Babel>=1.3
iso8601>=0.1.9
diff --git a/test-requirements.txt b/test-requirements.txt
index f438aca..1a190ca 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
coverage>=3.6