summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-05 18:38:41 +0000
committerGerrit Code Review <review@openstack.org>2014-09-05 18:38:41 +0000
commit545d44591baf289412d7b9a00aa41d8499f109cc (patch)
treeb3d7b882fb89ebb9977262e08084c7e509df4445
parentbbfde1e29c72ee7f90b2982e29b47cd2e1574d6d (diff)
parentc5040bb52aecc54d661e43db588d72f1279ada0c (diff)
downloadoslotest-545d44591baf289412d7b9a00aa41d8499f109cc.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 da21f13..01d1947 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.
+
discover
fixtures>=0.3.14
python-subunit>=0.0.18
diff --git a/test-requirements.txt b/test-requirements.txt
index cbbd4e0..61ef6ae 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
# when we can require tox>= 1.4, this can go into tox.ini: