From 6baf0132034c877c3e2218c0597245de0f77b4c8 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 12 Sep 2014 15:29:59 +0200 Subject: [PATCH] Warn against sorting requirements Change-Id: I8f1786ec73e3b32a5877c499f4f0e58871b37a2a --- requirements.txt | 4 ++++ test-requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index f7ea722..86a2ba2 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. + argparse chardet docutils diff --git a/test-requirements.txt b/test-requirements.txt index dedc98a..5bdff22 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. + doc8 hacking>=0.9.2,<0.10 nose