summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2014-09-03 11:33:46 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2014-09-03 11:50:55 -0500
commit8a8999d91a266c1a7923f4b1b4524112ea2b56d9 (patch)
tree94a36b46f11dd75a1d4fdcdc8729cf0843f1e75a
parent1643f7da32b1f729f12d042565d8c67f10f91b8c (diff)
downloadpython-keystoneclient-8a8999d91a266c1a7923f4b1b4524112ea2b56d9.tar.gz
warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
-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 18fd2d0..d848c07 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.
+
pbr>=0.6,!=0.7,<1.0
argparse
diff --git a/test-requirements.txt b/test-requirements.txt
index da16dae..0db4b0a 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.8.0,<0.9
coverage>=3.6