summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-09-03 14:34:48 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-09-03 14:34:48 -0400
commitf6fee8b01f20791ce18a090c2b8e23d323ee23be (patch)
tree8734574de4754c0b727250b8de1d019e14a4ef7d
parent98c8c4b8ad297d1fb2269da14ad6ea7009349aeb (diff)
downloadoslosphinx-f6fee8b01f20791ce18a090c2b8e23d323ee23be.tar.gz
warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Addresses-Bug: #1365061
-rw-r--r--test-requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c0de34d..25d6fae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,5 @@
+# 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