From 74c6178d135d529cf9eee734ac3e1210e339c1c5 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 4 Sep 2014 20:19:13 +0400 Subject: [PATCH] Add warn re sorting requirements Change-Id: Id7aaa6e4ebe74ba49b32a1061fa510874544c681 --- requirements.txt | 4 ++++ test-requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index 7dfed9a8..c81bd8ec 100644 --- a/requirements.txt +++ b/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. + pbr>=0.6,!=0.7,<1.0 diff --git a/test-requirements.txt b/test-requirements.txt index c0de34d0..25d6fae3 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